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