dotty.tools.dotc.util.MutableSet
A common class for lightweight mutable sets.
Attributes
- Graph
- Supertypes
- Known subtypes
Members list
Concise view
Value members
Remove element x from the set
Remove element x from the set
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
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