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 |
|---|
BasicEntry(Character key,
Boolean value) |
BasicEntry(char key,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getBooleanValue() |
char |
getCharKey() |
Character |
getKey()
Deprecated.
Please use the corresponding type-specific method
instead.
|
Boolean |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
int |
hashCode() |
boolean |
setValue(boolean value) |
Boolean |
setValue(Boolean value)
Deprecated.
Please use the corresponding type-specific method
instead.
|
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue@Deprecated public Character getKey()
public char getCharKey()
getCharKey in interface Char2BooleanMap.EntryMap.Entry.getKey()@Deprecated public Boolean getValue()
public boolean getBooleanValue()
getBooleanValue in interface Char2BooleanMap.EntryMap.Entry.getValue()public boolean setValue(boolean value)
setValue in interface Char2BooleanMap.EntryMap.Entry.setValue(Object)@Deprecated public Boolean setValue(Boolean value)
public boolean equals(Object o)
public int hashCode()