dotty.tools.dotc.core.Uniques
See theUniques companion object
Attributes
- Companion:
- object
- Graph
- Supertypes
- class WeakHashSet[Type]class MutableSet[Type]class ReadOnlySet[Type]class Objecttrait Matchableclass Any
Members list
Concise view
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
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