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