public static class AbstractLong2FloatMap.BasicEntry extends Object implements Long2FloatMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractLong2FloatMap.BasicEntry(long key,
float value) |
AbstractLong2FloatMap.BasicEntry(Long key,
Float value) |
public AbstractLong2FloatMap.BasicEntry(long key,
float value)
public long getLongKey()
getLongKey in interface Long2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
getFloatValue in interface Long2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Long2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()