Package org.ojalgo.type.keyvalue

Interface Summary
KeyValue<K,V> A key-value pair or key-to-value map.
 

Class Summary
ComparableToObject<K extends Comparable<K>,V>  
IntToDouble  
IntToObject<V>  
LongToDouble  
LongToObject<V>  
MapEntry<K extends Comparable<K>,V> This class is primarily an implementation of Map.Entry, but also implemnts KeyValue.
MethodToAtomicLong  
StringToInt  
StringToObject<V>