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