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