Package org.ojalgo.series
Class SimpleSeries<K extends Comparable<? super K>,V extends Comparable<V>>
java.lang.Object
org.ojalgo.series.TreeSeries<K,V,SimpleSeries<K,V>>
org.ojalgo.series.SimpleSeries<K,V>
- All Implemented Interfaces:
Map<K,
,V> NavigableMap<K,
,V> SequencedMap<K,
,V> SortedMap<K,
,V> BasicSeries<K,
V>
public final class SimpleSeries<K extends Comparable<? super K>,V extends Comparable<V>>
extends TreeSeries<K,V,SimpleSeries<K,V>>
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>,
V extends Comparable<V>>
SimpleSeries<K, V> resample
(UnaryOperator<K> keyTranslator) static <K extends Comparable<? super K>,
V extends Comparable<V>>
SimpleSeries<K, V> wrap
(NavigableMap<K, V> delegate) 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, 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, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ojalgo.series.BasicSeries
asPrimitive, complete, doubleValue, firstValue, lastValue, put, put, putAll, resample
Methods inherited from interface java.util.NavigableMap
reversed
Methods inherited from interface java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
SimpleSeries
public SimpleSeries()
-
-
Method Details
-
copy
public static <K extends Comparable<? super K>,V extends Comparable<V>> SimpleSeries<K,V> copy(Map<? extends K, ? extends V> entries) -
resample
-