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