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