Uniques

class Uniques extends WeakHashSet[Type]
Companion
object
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
WeakHashSet

Value members

Concrete methods

override
def hash(x: Type): Int
Definition Classes
override
def isEqual(x: Type, y: Type): Boolean
Definition Classes

Inherited methods

Inherited from
MutableSet
def +=(elem: Type): Unit
Inherited from
WeakHashSet
Inherited from
MutableSet
def -=(elem: Type): Unit
Inherited from
WeakHashSet
def clear(): Unit
Inherited from
WeakHashSet
Inherited from
ReadOnlySet
def foreach[U](f: Type => U): Unit
Inherited from
ReadOnlySet
Inherited from
ReadOnlySet
override
Definition Classes
Inherited from
WeakHashSet
def lookup(elem: Type): Type | Null
Inherited from
WeakHashSet
def put(elem: Type): Type
Inherited from
WeakHashSet
def size: Int
Inherited from
WeakHashSet
Inherited from
ReadOnlySet