T - the timestamp typeV - the value typeE - TimeSeries.Entrypublic interface TimeSeries<T extends Comparable<? super T>,V,E extends TimeSeries.Entry<T,V>> extends Iterable<E>
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.
|
forEach, iterator, spliteratorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.