org.ojalgo.series
Interface TimeSeries<K extends Comparable<K>,V extends Number>
- All Superinterfaces:
- BasicSeries<K,V>, Map<K,V>, SortedMap<K,V>
- All Known Implementing Classes:
- CalendarBigSeries, DateBigSeries, DateRandomSeries
public interface TimeSeries<K extends Comparable<K>,V extends Number>
- extends BasicSeries<K,V>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
getPrimitiveKeys
long[] getPrimitiveKeys()
getResolution
TimeUnit getResolution()
getTimeInMillisSeries
TimeInMillisSeries<V> getTimeInMillisSeries()
normalise
void normalise(K aKey,
V aNormValue)
reconstruct
TimeSeries<K,V> reconstruct(K aFromKey,
K aToKey,
TimeUnit aResolution)
step
K step(K aKey)
- Will increment the input key to the next expected "value".