|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--DataStructures.ProbingHashTable.Entry
A class of objects returned by iteration over entries. It represents a table entry as a (key, value) pair.
| Method Summary | |
java.lang.Object |
key()
Returns the key of this entry. |
java.lang.String |
toString()
|
java.lang.Object |
value()
Returns the value of this entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.Object key()
LookupTable.Entrykey in interface LookupTable.EntryDataStructures.LookupTable.Entrypublic java.lang.Object value()
LookupTable.Entryvalue in interface LookupTable.EntryDataStructures.LookupTable.Entrypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||