|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Char2FloatMap.Entry
A type-specific Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.
Map.Entry
Method Summary | |
---|---|
char |
getCharKey()
|
float |
getFloatValue()
|
float |
setValue(float value)
|
Methods inherited from interface java.util.Map.Entry |
---|
equals, getKey, getValue, hashCode, setValue |
Method Detail |
---|
char getCharKey()
Map.Entry.getKey()
float setValue(float value)
Map.Entry.setValue(Object)
float getFloatValue()
Map.Entry.getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |