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