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