|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Map2.Entry<X,Y,V>
A map entry (key1-key2-value pair). The Map.entrySet
method
returns a collection view of the map, whose elements are of this class.
You can use an iterator or a loop to scan through the entries.
Map2.entrySet()
Method Summary | |
---|---|
X |
getKey1()
|
Y |
getKey2()
|
V |
getValue()
|
V |
setValue(V value)
Replaces the value corresponding to this entry with the specified value |
Method Detail |
---|
X getKey1()
Y getKey2()
V getValue()
V setValue(V value)
value
- new value to be stored in this entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |