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