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