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