public class Result<T> extends Object implements Comparable<Result<T>>
Result(org.joda.time.DateTime timestamp, T value)
int
compareTo(Result<T> tResult)
boolean
equals(Object o)
org.joda.time.DateTime
getTimestamp()
T
getValue()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Result(org.joda.time.DateTime timestamp, T value)
public int compareTo(Result<T> tResult)
compareTo
Comparable<Result<T>>
public org.joda.time.DateTime getTimestamp()
public T getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015. All rights reserved.