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