Uses of Class
org.ojalgo.type.keyvalue.KeyValue.Dual
Packages that use KeyValue.Dual
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of KeyValue.Dual in org.ojalgo.netio
Methods in org.ojalgo.netio that return types with arguments of type KeyValue.DualModifier and TypeMethodDescriptionstatic <T> DataInterpreter
<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>> DataInterpreter.newScoredDual
(DataInterpreter<T> keyInterpreter) -
Uses of KeyValue.Dual in org.ojalgo.type.function
Method parameters in org.ojalgo.type.function with type arguments of type KeyValue.DualModifier and TypeMethodDescriptiondefault void
ScoredDualConsumer.write
(EntryPair.KeyedPrimitive<KeyValue.Dual<T>> item) -
Uses of KeyValue.Dual in org.ojalgo.type.keyvalue
Methods in org.ojalgo.type.keyvalue that return types with arguments of type KeyValue.DualModifier and TypeMethodDescriptionstatic <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, byte value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, double value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, float value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, int value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, long value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, short value) static <K,
V> EntryPair <KeyValue.Dual<K>, V> EntryPair.of
(K key1, K key2, V 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)