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