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