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