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