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