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