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