public static class AbstractObject2FloatMap.BasicEntry<K> extends Object implements Object2FloatMap.Entry<K>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractObject2FloatMap.BasicEntry(K key,
float value) |
AbstractObject2FloatMap.BasicEntry(K key,
Float value) |
public AbstractObject2FloatMap.BasicEntry(K key, float value)
public float getFloatValue()
getFloatValue in interface Object2FloatMap.Entry<K>Map.Entry.getValue()public float setValue(float value)
setValue in interface Object2FloatMap.Entry<K>Map.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()