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