Uses of Package
org.ojalgo.type.keyvalue
-
Packages that use org.ojalgo.type.keyvalue Package Description org.ojalgo.data.domain.finance.series org.ojalgo.matrix.store org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear org.ojalgo.random.process org.ojalgo.series org.ojalgo.type.keyvalue -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.data.domain.finance.series Class Description EntryPair Singleton (immutable)Map
:s with primitive valued specialisations.EntryPair.KeyedPrimitive KeyValue A pair, likeMap.Entry
withoutMap.Entry.setValue(Object)
. -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.matrix.store Class Description EntryPair.KeyedPrimitive -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.netio Class Description EntryPair.KeyedPrimitive KeyValue A pair, likeMap.Entry
withoutMap.Entry.setValue(Object)
.KeyValue.Dual A pair of the same type. -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.optimisation Class Description EntryPair Singleton (immutable)Map
:s with primitive valued specialisations.EntryPair.KeyedPrimitive -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.optimisation.convex Class Description EntryPair Singleton (immutable)Map
:s with primitive valued specialisations. -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.optimisation.linear Class Description EntryPair Singleton (immutable)Map
:s with primitive valued specialisations. -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.random.process Class Description EntryPair.KeyedPrimitive -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.series Class Description EntryPair Singleton (immutable)Map
:s with primitive valued specialisations.EntryPair.KeyedPrimitive -
Classes in org.ojalgo.type.keyvalue used by org.ojalgo.type.keyvalue Class Description EntryList EntryPair Singleton (immutable)Map
:s with primitive valued specialisations.EntryPair.KeyedPrimitive EntrySet Allows you to wrap and treat two arrays as aCollection
of key-value pairs.EntrySet.EntryView EntrySet.KeyedPrimitives IndexedMap Wrap two arrays (of keys and values) and treat the result as aMap
.IndexedMap.MappedPrimitives KeyValue A pair, likeMap.Entry
withoutMap.Entry.setValue(Object)
.KeyValue.Dual A pair of the same type.Paired