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