T
- the timestamp typepublic static class MultivariateTimeSeries.Entry<T> extends Object implements TimeSeries.Entry<T,Vector>
TimeSeries.Entry
for a multivariate time series.Constructor and Description |
---|
Entry(T time,
Vector value)
Construct an instance of
TimeSeries.Entry . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getTime()
Get the timestamp.
|
Vector |
getValue()
Get the entry value.
|
int |
hashCode() |
public Vector getValue()
TimeSeries.Entry
getValue
in interface TimeSeries.Entry<T,Vector>
public T getTime()
TimeSeries.Entry
getTime
in interface TimeSeries.Entry<T,Vector>
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.