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