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