T - the timestamp typeV - the value typeE - TimeSeries.Entrypublic interface TimeSeries<T extends java.lang.Comparable,V,E extends TimeSeries.Entry<T,V>>
extends java.lang.Iterable<E>, java.io.Serializable
TimeSeries.Entry.
A TimeSeries is immutable.| Modifier and Type | Interface and Description |
|---|---|
static interface |
TimeSeries.Entry<T,V>
A time series is composed of a sequence of
Entrys. |
| Modifier and Type | Method and Description |
|---|---|
int |
size()
Get the length of the time series.
|