AppliedUniques
dotty.tools.dotc.core.Uniques.AppliedUniques
final class AppliedUniques extends WeakHashSet[AppliedType], Hashable
Attributes
- Graph
-
- Supertypes
-
trait Hashableclass WeakHashSet[AppliedType]class MutableSet[AppliedType]class ReadOnlySet[AppliedType]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- WeakHashSet
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- MutableSet
Add element x
to the set
Attributes
- Inherited from:
- MutableSet
Remove element x
from the set
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
- Inherited from:
- WeakHashSet
Attributes
- Inherited from:
- ReadOnlySet
Attributes
- Inherited from:
- ReadOnlySet
Attributes
- Inherited from:
- Hashable
Attributes
- Inherited from:
- ReadOnlySet
Attributes
- Definition Classes
- Inherited from:
- WeakHashSet
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:
- WeakHashSet
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
- Inherited from:
- WeakHashSet
Attributes
- Inherited from:
- WeakHashSet
Attributes
- Inherited from:
- ReadOnlySet
In this article