T - the timestamp typepublic static class MultiVariateTimeSeries.Entry<T> extends java.lang.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(java.lang.Object obj) |
T |
getTime()
Get the timestamp.
|
Vector |
getValue()
Get the entry value.
|
int |
hashCode() |
public Vector getValue()
TimeSeries.EntrygetValue in interface TimeSeries.Entry<T,Vector>public T getTime()
TimeSeries.EntrygetTime in interface TimeSeries.Entry<T,Vector>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object