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