dotty.tools.dotc.core.Uniques
See theUniques companion object
class Uniques extends WeakHashSet[Type]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class WeakHashSet[Type]class MutableSet[Type]class ReadOnlySet[Type]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- WeakHashSet
Value members
Concrete methods
Attributes
- Definition Classes
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:
- 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