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