V - the type of elements maintained by this Collectionpublic static interface Byte2ObjectMap.Entry<V>
extends java.util.Map.Entry<java.lang.Byte,V>
| Modifier and Type | Method and Description |
|---|---|
byte |
getByteKey()
Type Specific getKey method that reduces boxing/unboxing
|
default java.lang.Byte |
getKey() |
byte getByteKey()
default java.lang.Byte getKey()
getKey in interface java.util.Map.Entry<java.lang.Byte,V>