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