|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
K - the type of objects serving as keysV - the type of objects serving as valuespublic static interface LookupTable.Entry<K,V>
A class of objects returned by iteration over entries. It represents a table entry as a (key, value) pair. The only way to obtain a reference to an Entry is to have one returned from the Lookup.iterator.next method.
LookupTable.iterator()| Method Summary | |
|---|---|
K |
key()
Returns the key of this entry. |
V |
value()
Returns the value of this entry. |
| Method Detail |
|---|
K key()
V value()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||