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