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