Interface | Description |
---|---|
TimeSeries<T extends Comparable<? super T>,V,E extends TimeSeries.Entry<T,V>> |
A time series is a serially indexed collection of items.
|
TimeSeries.Entry<T,V> |
A time series is composed of a sequence of
Entry s. |
Class | Description |
---|---|
DateTimeGenericTimeSeries<V> |
This is a generic time series where time is indexed by
DateTime and value can be any
type. |
DateTimeGenericTimeSeries.Entry<V> |
This is the
TimeSeries.Entry for a DateTime -indexed time series. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.