MutableMap
dotty.tools.dotc.util.MutableMap
abstract class MutableMap[Key, Value] extends ReadOnlyMap[Key, Value]
A common class for lightweight mutable maps.
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Remove all bindings from this map.
Remove all bindings from this map.
Value parameters
- resetToInitial
-
If true, set back to initial configuration, which includes reallocating tables.
Attributes
Concrete methods
Inherited methods
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
Attributes
- Inherited from:
- ReadOnlyMap
In this article