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