T - the keyType of elements maintained by this Collectionpublic static interface Object2ByteMap.Entry<T>
extends java.util.Map.Entry<T,java.lang.Byte>
| Modifier and Type | Method and Description |
|---|---|
byte |
getByteValue()
Type Specific getValue method that reduces boxing/unboxing
|
default java.lang.Byte |
getValue() |
byte |
setValue(byte value)
Type Specific setValue method that reduces boxing/unboxing
|
default java.lang.Byte |
setValue(java.lang.Byte value) |
byte getByteValue()
byte setValue(byte value)
value - the new Value that should be placed in the given entryjava.lang.UnsupportedOperationException - if the Entry is immutable or not supporteddefault java.lang.Byte getValue()
getValue in interface java.util.Map.Entry<T,java.lang.Byte>default java.lang.Byte setValue(java.lang.Byte value)
setValue in interface java.util.Map.Entry<T,java.lang.Byte>