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