public static interface Reference2BooleanMap.Entry<K>
extends java.util.Map.Entry<K,java.lang.Boolean>
Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
java.lang.Boolean |
getValue()
Deprecated.
Please use the corresponding type-specific method instead.
|
boolean |
setValue(boolean value) |
@Deprecated java.lang.Boolean getValue()
getValue
in interface java.util.Map.Entry<K,java.lang.Boolean>
boolean setValue(boolean value)
Map.Entry.setValue(Object)
boolean getBooleanValue()
Map.Entry.getValue()