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