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