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