Package org.ojalgo.type.keyvalue
-
Interface Summary Interface Description EntryList<K,V> EntryPair<K,V> Singleton (immutable)Map
:s with primitive valued specialisations.EntryPair.KeyedPrimitive<K> KeyValue<K,V> A pair, likeMap.Entry
withoutMap.Entry.setValue(Object)
.Paired<K,V> -
Class Summary Class Description EntryPair.ObjectByte<K> EntryPair.ObjectDouble<K> EntryPair.ObjectFloat<K> EntryPair.ObjectInt<K> EntryPair.ObjectLong<K> EntryPair.ObjectObject<K,V> EntryPair.ObjectShort<K> EntrySet<K,V> Allows you to wrap and treat two arrays as aCollection
of key-value pairs.EntrySet.EntryView<K,V> EntrySet.KeyedPrimitives<K> EntrySet.ObjectByte<K> EntrySet.ObjectDouble<K> EntrySet.ObjectFloat<K> EntrySet.ObjectInt<K> EntrySet.ObjectLong<K> EntrySet.ObjectObject<K,V> EntrySet.ObjectShort<K> EntrySet.ViewingIterator<K,V> IndexedMap<K,V> Wrap two arrays (of keys and values) and treat the result as aMap
.IndexedMap.MappedPrimitives<K> KeyValue.Dual<T> A pair of the same type.