V - the type of elements maintained by this Collectionpublic static interface Boolean2ObjectMap.Entry<V>
extends java.util.Map.Entry<java.lang.Boolean,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanKey()
Type Specific getKey method that reduces boxing/unboxing
|
default java.lang.Boolean |
getKey() |
boolean getBooleanKey()
default java.lang.Boolean getKey()
getKey in interface java.util.Map.Entry<java.lang.Boolean,V>