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