T - the keyType of elements maintained by this Collectionpublic static interface Object2BooleanMap.Entry<T>
extends java.util.Map.Entry<T,java.lang.Boolean>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
Type Specific getValue method that reduces boxing/unboxing
|
default java.lang.Boolean |
getValue() |
boolean |
setValue(boolean value)
Type Specific setValue method that reduces boxing/unboxing
|
default java.lang.Boolean |
setValue(java.lang.Boolean value) |
boolean getBooleanValue()
boolean setValue(boolean value)
value - the new Value that should be placed in the given entryjava.lang.UnsupportedOperationException - if the Entry is immutable or not supporteddefault java.lang.Boolean getValue()
getValue in interface java.util.Map.Entry<T,java.lang.Boolean>default java.lang.Boolean setValue(java.lang.Boolean value)
setValue in interface java.util.Map.Entry<T,java.lang.Boolean>