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 |
---|
BasicEntry(float key,
double value) |
BasicEntry(Float key,
Double value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getDoubleValue() |
float |
getFloatKey() |
Float |
getKey() |
Double |
getValue() |
int |
hashCode() |
double |
setValue(double value) |
Double |
setValue(Double value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue
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()