public final class Timestamped<T> extends Object
| Constructor and Description |
|---|
Timestamped(long timestampMillis, T value)
|
public Timestamped(long timestampMillis,
T value)public long getTimestampMillis()
public T getValue()
Timestamped object.
public boolean equals(Objectobj)
public int hashCode()
public StringtoString()