public static interface Reference2FloatMap.Entry<K> extends Map.Entry<K,Float>
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
float |
getFloatValue() |
Float |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
float |
setValue(float value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, hashCode, setValue@Deprecated Float getValue()
float setValue(float value)
Map.Entry.setValue(Object)float getFloatValue()
Map.Entry.getValue()