MutableSet
 dotty.tools.dotc.util.MutableSet
  abstract class MutableSet[T] extends ReadOnlySet[T]
 
A common class for lightweight mutable sets.
Attributes
- Graph
 - 
    
 - Supertypes
 - Known subtypes
 - 
    class GenericHashSet[T]class EqHashSet[T]class HashSet[T]class WeakHashSet[A]class Uniquesclass AppliedUniquesclass NamedTypeUniquesShow all
 
Members list
Value members
Abstract methods
Remove all elements from this set.
Remove all elements from this set.
Value parameters
- resetToInitial
 - 
               
If true, set back to initial configuration, which includes reallocating tables.
 
Attributes
Like += but return existing element equal to x of it exists, x itself otherwise.
Like += but return existing element equal to x of it exists, x itself otherwise.
Attributes
Concrete methods
Inherited methods
Attributes
- Inherited from:
 - ReadOnlySet
 
Attributes
- Inherited from:
 - ReadOnlySet
 
Attributes
- Inherited from:
 - ReadOnlySet
 
Attributes
- Inherited from:
 - ReadOnlySet
 
Inherited and Abstract methods
Attributes
- Inherited from:
 - ReadOnlySet
 
The entry in the set such that isEqual(x, entry), or else null.
The entry in the set such that isEqual(x, entry), or else null.
Attributes
- Inherited from:
 - ReadOnlySet
 
Attributes
- Inherited from:
 - ReadOnlySet
 
In this article