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