Package | Description |
---|---|
org.ojalgo.series | |
org.ojalgo.type.keyvalue |
Modifier and Type | Method and Description |
---|---|
default void |
BasicSeries.putAll(Collection<? extends KeyValue<? extends K,? extends V>> data) |
Modifier and Type | Class and Description |
---|---|
class |
ComparableToDouble<K extends Comparable<? super K>> |
class |
ComparableToObject<K extends Comparable<? super K>,V> |
class |
IntToDouble |
class |
IntToObject<V> |
class |
LongToDouble |
class |
LongToObject<V> |
class |
MapEntry<K extends Comparable<? super K>,V>
|
class |
MethodToAtomicLong |
class |
StringToDouble |
class |
StringToInt |
class |
StringToObject<V> |
Modifier and Type | Method and Description |
---|---|
int |
IntToObject.compareTo(KeyValue<Integer,?> aReference) |
int |
IntToDouble.compareTo(KeyValue<Integer,?> aReference) |
int |
ComparableToDouble.compareTo(KeyValue<K,?> ref) |
int |
MapEntry.compareTo(KeyValue<K,?> aReference) |
int |
ComparableToObject.compareTo(KeyValue<K,?> aReference) |
int |
LongToDouble.compareTo(KeyValue<Long,?> aReference) |
int |
LongToObject.compareTo(KeyValue<Long,?> aReference) |
int |
MethodToAtomicLong.compareTo(KeyValue<Method,?> aReference) |
int |
StringToInt.compareTo(KeyValue<String,?> aReference) |
int |
StringToDouble.compareTo(KeyValue<String,?> aReference) |
int |
StringToObject.compareTo(KeyValue<String,?> aReference) |
Copyright © 2019 Optimatika. All rights reserved.