it.unimi.dsi.fastutil.objects
Interface Object2BooleanMap.Entry<K>
- All Superinterfaces:
- Map.Entry<K,Boolean>
- All Known Implementing Classes:
- AbstractObject2BooleanMap.BasicEntry
- Enclosing interface:
- Object2BooleanMap<K>
public static interface Object2BooleanMap.Entry<K>
- extends Map.Entry<K,Boolean>
A type-specific Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.
- See Also:
Map.Entry
setValue
boolean setValue(boolean value)
- See Also:
Map.Entry.setValue(Object)
getBooleanValue
boolean getBooleanValue()
- See Also:
Map.Entry.getValue()