|
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 Entrypublic Object value()
Entry
value in interface Entryprotected Object setValue(Object v)
|
datastructures | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||