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