public static class Long2FloatMaps.UnmodifyableEntry extends AbstractLong2FloatMap.BasicEntry
| Modifier and Type | Method and Description |
|---|---|
void |
set(long key,
float value)
A Helper method for fast replacing values
|
equals, getFloatValue, getLongKey, hashCode, setValue, toStringgetKey, getValue, setValuepublic void set(long key,
float value)
AbstractLong2FloatMap.BasicEntryset in class AbstractLong2FloatMap.BasicEntrykey - the key that should be replacedvalue - the value that should be replaced