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