V - the keyType of elements maintained by this Collectionpublic static interface Long2ObjectMap.Entry<V>
extends java.util.Map.Entry<java.lang.Long,V>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Long |
getKey() |
long |
getLongKey()
Type Specific getKey method that reduces boxing/unboxing
|
long getLongKey()
default java.lang.Long getKey()
getKey in interface java.util.Map.Entry<java.lang.Long,V>