public static class AbstractFloat2FloatMap.BasicEntry extends Object implements Float2FloatMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(float key,
float value) |
BasicEntry(Float key,
Float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getFloatKey() |
float |
getFloatValue() |
Float |
getKey()
Deprecated.
Please use the corresponding type-specific method
instead.
|
Float |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
int |
hashCode() |
float |
setValue(float value) |
Float |
setValue(Float value)
Deprecated.
Please use the corresponding type-specific method
instead.
|
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue@Deprecated public Float getKey()
public float getFloatKey()
getFloatKey in interface Float2FloatMap.EntryMap.Entry.getKey()@Deprecated public Float getValue()
public float getFloatValue()
getFloatValue in interface Float2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Float2FloatMap.EntryMap.Entry.setValue(Object)@Deprecated public Float setValue(Float value)
public boolean equals(Object o)
public int hashCode()