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