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