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