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