public static class AbstractDouble2FloatMap.BasicEntry extends Object implements Double2FloatMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(double key,
float value) |
BasicEntry(Double key,
Float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getDoubleKey() |
float |
getFloatValue() |
Double |
getKey() |
Float |
getValue() |
int |
hashCode() |
float |
setValue(float value) |
Float |
setValue(Float value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValuepublic double getDoubleKey()
getDoubleKey in interface Double2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
getFloatValue in interface Double2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Double2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()