|
datastructures | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datastructures.HashTable.HashEntry
Nested class for an entry in a hash table.
Method Summary | |
Object |
key()
Returns the key stored in this entry. |
protected Object |
setValue(Object v)
|
Object |
value()
Returns the value stored in this entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Object key()
Entry
key
in interface Entry
public Object value()
Entry
value
in interface Entry
protected Object setValue(Object v)
|
datastructures | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |