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()
Returns the value corresponding to this entry.
|
default Byte |
getValue()
Deprecated.
Please use the corresponding type-specific method instead.
|
byte |
setValue(byte value)
Replaces the value corresponding to this entry with the specified value (optional operation).
|
default Byte |
setValue(Byte value)
Deprecated.
Please use the corresponding type-specific method instead.
|
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, hashCodebyte getByteValue()
Map.Entry.getValue()byte setValue(byte value)
Map.Entry.setValue(Object)@Deprecated default Byte getValue()
Copyright © 2020. All rights reserved.