public class DataEntry extends Object implements Comparable<DataEntry>
DataEntry(long timestamp, Double value)
int
compareTo(DataEntry o)
boolean
equals(Object obj)
long
getTimestamp()
Double
getValue()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public DataEntry(long timestamp, Double value)
public long getTimestamp()
public Double getValue()
public int compareTo(DataEntry o)
compareTo
Comparable<DataEntry>
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString