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