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