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