- All Superinterfaces:
Comparable<PrimitiveNumber>,ComparableNumber<PrimitiveNumber>,EntryPair<K,,PrimitiveNumber> KeyValue<K,,PrimitiveNumber> Map<K,,PrimitiveNumber> Map.Entry<K,,PrimitiveNumber> NumberDefinition,PrimitiveNumber
- All Known Implementing Classes:
AlphaVantageParser.Data,DatePrice,DatePrice.DefaultDP,EntryPair.ObjectByte,EntryPair.ObjectDouble,EntryPair.ObjectFloat,EntryPair.ObjectInt,EntryPair.ObjectLong,EntryPair.ObjectShort,IEXTradingParser.Data,YahooParser.Data
public static interface EntryPair.KeyedPrimitive<K>
extends EntryPair<K,PrimitiveNumber>, PrimitiveNumber
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.EntryPair
EntryPair.KeyedPrimitive<K>, EntryPair.ObjectByte<K>, EntryPair.ObjectDouble<K>, EntryPair.ObjectFloat<K>, EntryPair.ObjectInt<K>, EntryPair.ObjectLong<K>, EntryPair.ObjectObject<K,V>, EntryPair.ObjectShort<K> Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.KeyValue
KeyValue.Dual<T>Nested classes/interfaces inherited from interface org.ojalgo.type.PrimitiveNumber
PrimitiveNumber.BoxedByte, PrimitiveNumber.BoxedDouble, PrimitiveNumber.BoxedFloat, PrimitiveNumber.BoxedInt, PrimitiveNumber.BoxedLong, PrimitiveNumber.BoxedShort -
Method Summary
Modifier and TypeMethodDescriptiondefault PrimitiveNumbergetValue()default PrimitiveNumberright()default PrimitiveNumbersecond()default Collection<PrimitiveNumber> values()Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.ojalgo.type.keyvalue.EntryPair
asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asValueTo, clear, entrySet, isEmpty, put, putAll, remove, setValue, sizeMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, keySet, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
getValue
- Specified by:
getValuein interfaceKeyValue<K,PrimitiveNumber> - Specified by:
getValuein interfaceMap.Entry<K,PrimitiveNumber>
-
right
- Specified by:
rightin interfaceKeyValue<K,PrimitiveNumber>
-
second
- Specified by:
secondin interfaceKeyValue<K,PrimitiveNumber>
-
values
- Specified by:
valuesin interfaceMap<K,PrimitiveNumber>
-