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