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