public static interface Short2BooleanMap.Entry extends Map.Entry<Short,Boolean>
Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
short |
getShortKey() |
boolean |
setValue(boolean value) |
short getShortKey()
Map.Entry.getKey()
boolean setValue(boolean value)
Map.Entry.setValue(Object)
boolean getBooleanValue()
Map.Entry.getValue()