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