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 DatePrice
DatePrice.DefaultDPNested classes/interfaces inherited from interface 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 KeyValue
KeyValue.Dual<T>Nested classes/interfaces inherited from interface 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 DatePrice
compareTo, containsKey, containsValue, doubleValue, equals, get, getKey, hashCode, keySet, of, of, of, of, of, of, toStringMethods inherited from interface EntryPair
asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asKeyTo, asValueTo, clear, entrySet, isEmpty, put, putAll, remove, setValue, sizeMethods inherited from interface EntryPair.KeyedPrimitive
getValue, right, second, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface 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
-
getPrice
-