public static class AbstractLong2ShortMap.BasicEntry extends Object implements Long2ShortMap.Entry
This class does not implement setValue()
, as the modification
would not be reflected in the base map.
Constructor and Description |
---|
AbstractLong2ShortMap.BasicEntry(long key,
short value) |
AbstractLong2ShortMap.BasicEntry(Long key,
Short value) |
public AbstractLong2ShortMap.BasicEntry(long key, short value)
public long getLongKey()
getLongKey
in interface Long2ShortMap.Entry
Map.Entry.getKey()
public short getShortValue()
getShortValue
in interface Long2ShortMap.Entry
Map.Entry.getValue()
public short setValue(short value)
setValue
in interface Long2ShortMap.Entry
Map.Entry.setValue(Object)
public boolean equals(Object o)
public int hashCode()