|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Deprecated public interface BasicTimeSeries<K extends Comparable<K>,V extends Number>
BasicTimeSeries
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
void |
complete()
Deprecated. |
long |
getAverageStepSize()
Deprecated. |
long[] |
getPrimitiveKeys()
Deprecated. |
ExplicitTimeSeries |
getPrimitiveTimeSeries()
Deprecated. |
CalendarDateUnit |
getResolution()
Deprecated. |
TimeInMillisSeries<V> |
getTimeInMillisSeries()
Deprecated. |
BasicTimeSeries<K,V> |
resample(CalendarDateUnit aResolution)
Deprecated. |
BasicTimeSeries<K,V> |
resample(K aFirstKey,
K aLastKey,
CalendarDateUnit aResolution)
Deprecated. |
K |
step(K aKey)
Deprecated. Will increment the input key to the next expected "value". |
| Methods inherited from interface org.ojalgo.series.BasicSeries |
|---|
colour, firstValue, getColour, getDataSeries, getName, getPrimitiveValues, lastValue, modify, modify, modify, modify, modify, modify, name, setColour, setName |
| Methods inherited from interface java.util.SortedMap |
|---|
comparator, entrySet, firstKey, headMap, keySet, lastKey, subMap, tailMap, values |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, put, putAll, remove, size |
| Method Detail |
|---|
void complete()
long getAverageStepSize()
long[] getPrimitiveKeys()
ExplicitTimeSeries getPrimitiveTimeSeries()
CalendarDateUnit getResolution()
TimeInMillisSeries<V> getTimeInMillisSeries()
BasicTimeSeries<K,V> resample(CalendarDateUnit aResolution)
BasicTimeSeries<K,V> resample(K aFirstKey,
K aLastKey,
CalendarDateUnit aResolution)
K step(K aKey)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||