public static interface Reference2ByteMap.Entry<K> extends Map.Entry<K,Byte>
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
byte |
getByteValue() |
Byte |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
byte |
setValue(byte value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, hashCode, setValue@Deprecated Byte getValue()
byte setValue(byte value)
Map.Entry.setValue(Object)byte getByteValue()
Map.Entry.getValue()