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