public static interface Object2BooleanMap.Entry<K> extends Map.Entry<K,Boolean>
Map.Entry
; provides some additional methods that use polymorphism to avoid (un)boxing.Map.Entry
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
boolean |
setValue(boolean value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, getValue, hashCode, setValue
boolean setValue(boolean value)
Map.Entry.setValue(Object)
boolean getBooleanValue()
Map.Entry.getValue()