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