Class DatePrice.DefaultDP
java.lang.Object
org.ojalgo.data.domain.finance.series.DatePrice
org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- All Implemented Interfaces:
Comparable<PrimitiveNumber>
,Map<LocalDate,
,PrimitiveNumber> Map.Entry<LocalDate,
,PrimitiveNumber> ComparableNumber<PrimitiveNumber>
,EntryPair<LocalDate,
,PrimitiveNumber> EntryPair.KeyedPrimitive<LocalDate>
,KeyValue<LocalDate,
,PrimitiveNumber> NumberDefinition
,PrimitiveNumber
- Enclosing class:
DatePrice
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.data.domain.finance.series.DatePrice
DatePrice.DefaultDP
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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultDP
(CharSequence text, double price) DefaultDP
(CharSequence text, DateTimeFormatter formatter, double price) -
Method Summary
Methods inherited from class org.ojalgo.data.domain.finance.series.DatePrice
compareTo, containsKey, containsValue, doubleValue, equals, get, getKey, hashCode, keySet, of, of, of, of, of, of, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ojalgo.type.keyvalue.EntryPair
asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asValueTo, clear, entrySet, isEmpty, put, putAll, remove, setValue, size
Methods inherited from interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
getValue, right, second, values
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, floatValue, intValue, longValue, shortValue
-
Field Details
-
myPrice
private final double myPrice
-
-
Constructor Details
-
DefaultDP
DefaultDP(CharSequence text, DateTimeFormatter formatter, double price) -
DefaultDP
DefaultDP(CharSequence text, double price) -
DefaultDP
DefaultDP(LocalDate key, double price)
-
-
Method Details