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