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