public static class AbstractChar2BooleanMap.BasicEntry extends Object implements Char2BooleanMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractChar2BooleanMap.BasicEntry(Character key,
Boolean value) |
AbstractChar2BooleanMap.BasicEntry(char key,
boolean value) |
public AbstractChar2BooleanMap.BasicEntry(Character key, Boolean value)
public AbstractChar2BooleanMap.BasicEntry(char key,
boolean value)
public char getCharKey()
getCharKey in interface Char2BooleanMap.EntryMap.Entry.getKey()public boolean getBooleanValue()
getBooleanValue in interface Char2BooleanMap.EntryMap.Entry.getValue()public boolean setValue(boolean value)
setValue in interface Char2BooleanMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()