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