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