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