|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.KeyedTreeTable.TimedValueBlock
protected static class KeyedTreeTable.TimedValueBlock
Class TimedValueBlock defines a block that holds a 'value' object, a timestamp, and a reference to a 'List' object.
Field Summary | |
---|---|
java.util.List |
listObj
|
long |
timestamp
|
java.lang.Object |
valueObj
|
Constructor Summary | |
---|---|
KeyedTreeTable.TimedValueBlock(java.lang.Object valueObj)
Creates a timed-value block. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.Object valueObj
public final long timestamp
public java.util.List listObj
Constructor Detail |
---|
public KeyedTreeTable.TimedValueBlock(java.lang.Object valueObj)
valueObj
- the value object to use.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the given object.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |