Uses of Interface
org.ojalgo.type.keyvalue.KeyValue
Packages that use KeyValue
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of KeyValue in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement KeyValueModifier and TypeClassDescriptionstatic final classclass(package private) static final classstatic final classstatic final classMethods in org.ojalgo.data.domain.finance.series that return KeyValueModifier and TypeMethodDescriptionDataSource.getHistoricalData()FinanceData.getHistoricalData()FinanceDataReader.getHistoricalData() -
Uses of KeyValue in org.ojalgo.netio
Fields in org.ojalgo.netio with type parameters of type KeyValue -
Uses of KeyValue in org.ojalgo.type.keyvalue
Subinterfaces of KeyValue in org.ojalgo.type.keyvalueModifier and TypeInterfaceDescriptioninterfaceEntryPair<K,V> Singleton (immutable)Map:s with primitive valued specialisations.static interfaceClasses in org.ojalgo.type.keyvalue that implement KeyValueModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classA pair of the same type.Methods in org.ojalgo.type.keyvalue that return KeyValueModifier and TypeMethodDescriptionstatic <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, byte value) static <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, double value) static <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, float value) static <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, int value) static <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, long value) static <K> KeyValue<K, PrimitiveNumber> KeyValue.of(K key, short value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, byte value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, double value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, float value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, int value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, long value) static <K> KeyValue<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of(K key1, K key2, short value) static <K,V> KeyValue <KeyValue.Dual<K>, V> KeyValue.of(K key1, K key2, V value) static <K,V> KeyValue <K, V> KeyValue.of(K key, V value)