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