|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A type-specific Map.Entry
; provides some additional methods
to access its content reducing type juggling.
Map.Entry
Method Summary | |
char |
getCharKey()
|
int |
getIntValue()
|
int |
setValue(int value)
|
Methods inherited from interface java.util.Map.Entry |
equals, getKey, getValue, hashCode, setValue |
Method Detail |
public char getCharKey()
Map.Entry.getKey()
public int setValue(int value)
Map.Entry.setValue(Object)
public int getIntValue()
Map.Entry.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |