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