V - the data typepublic static class DateTimeGenericTimeSeries.Entry<V> extends java.lang.Object implements TimeSeries.Entry<org.joda.time.DateTime,V>
TimeSeries.Entry for a DateTime -indexed time series.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.joda.time.DateTime |
getTime()
Get the timestamp.
|
V |
getValue()
Get the entry value.
|
int |
hashCode() |
public org.joda.time.DateTime getTime()
TimeSeries.EntrygetTime in interface TimeSeries.Entry<org.joda.time.DateTime,V>public V getValue()
TimeSeries.EntrygetValue in interface TimeSeries.Entry<org.joda.time.DateTime,V>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object