|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Map.Entry<KeyType,ValueType>
The interface used to access the key/value pairs in a map. From a map, use entrySet().iterator to obtain a iterator over a Set of pairs. The next() method of this iterator yields objects of type Map.Entry.
| Method Summary | |
|---|---|
KeyType |
getKey()
Obtains this pair's key. |
ValueType |
getValue()
Obtains this pair's value. |
ValueType |
setValue(ValueType newValue)
Change this pair's value. |
| Method Detail |
|---|
KeyType getKey()
ValueType getValue()
ValueType setValue(ValueType newValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||