protected static class KeyedTreeTable.TimedValueBlock
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List |
listObj |
long |
timestamp |
java.lang.Object |
valueObj |
| Constructor and Description |
|---|
TimedValueBlock(java.lang.Object valueObj)
Creates a timed-value block.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests if the given object is equal to the 'value' object held
by this block.
|
int |
hashCode()
Returns the hash code for the 'value' object held by this block.
|
java.lang.String |
toString()
Returns the string representation for the 'value' object held
by this block.
|
public final java.lang.Object valueObj
public final long timestamp
public java.util.List listObj
public TimedValueBlock(java.lang.Object valueObj)
valueObj - the value object to use.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the given object.public int hashCode()
hashCode in class java.lang.Object