public static class AbstractFloat2ObjectMap.BasicEntry<V> extends Object implements Float2ObjectMap.Entry<V>
This class does not implement setValue()
, as the modification
would not be reflected in the base map.
Constructor and Description |
---|
BasicEntry(float key,
V value) |
BasicEntry(Float key,
V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
float |
getFloatKey() |
Float |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public BasicEntry(float key, V value)
public float getFloatKey()
getFloatKey
in interface Float2ObjectMap.Entry<V>
Map.Entry.getKey()
public boolean equals(Object o)
public int hashCode()