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