T - the type of elements maintained by this Collectionpublic static class Object2BooleanMaps.UnmodifyableEntry<T> extends AbstractObject2BooleanMap.BasicEntry<T>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T key,
boolean value)
A Helper method for fast replacing values
|
equals, getBooleanValue, getKey, hashCode, setValue, toStringgetValue, setValuepublic void set(T key, boolean value)
AbstractObject2BooleanMap.BasicEntryset in class AbstractObject2BooleanMap.BasicEntry<T>key - the key that should be replacedvalue - the value that should be replaced