java.lang.Object
org.ojalgo.series.TreeSeries<N,N,NumberSeries<N>>
org.ojalgo.series.NumberSeries<N>
- All Implemented Interfaces:
Map<N,,N> NavigableMap<N,,N> SequencedMap<N,,N> SortedMap<N,,N> BasicSeries<N,N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.series.BasicSeries
BasicSeries.NaturallySequenced<K extends Comparable<? super K>,V extends Comparable<V>>, BasicSeries.TimeSeriesBuilder<K extends Comparable<? super K>> -
Field Summary
Fields inherited from interface org.ojalgo.series.BasicSeries
CALENDAR, CALENDAR_DATE, DATE, INSTANT, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, OFFSET_DATE_TIME, ZONED_DATE_TIME -
Constructor Summary
ConstructorsConstructorDescriptionNumberSeries(Map<? extends N, ? extends N> map) NumberSeries(SortedMap<N, ? extends N> sortedMap) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleValue(N key) resample(UnaryOperator<N> keyTranslator) Methods inherited from class org.ojalgo.series.TreeSeries
appendLastPartToString, ceilingEntry, ceilingKey, clear, colour, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, forEach, get, getColour, getName, getOrDefault, hashCode, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, name, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, setColour, setName, size, subMap, subMap, tailMap, tailMap, toString, toStringFirstPart, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ojalgo.series.BasicSeries
asPrimitive, complete, firstValue, lastValue, put, put, putAll, resampleMethods inherited from interface java.util.NavigableMap
reversedMethods inherited from interface java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
NumberSeries
public NumberSeries() -
NumberSeries
-
NumberSeries
-
-
Method Details
-
accessKeys
-
accessValues
-
doubleValue
-
get
- Specified by:
getin interfaceBasicSeries<N extends Comparable<N>,N extends Comparable<N>> - Overrides:
getin classTreeSeries<N extends Comparable<N>,N extends Comparable<N>, NumberSeries<N extends Comparable<N>>>
-
resample
-