Uniques

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

Type members

Inherited classlikes

abstract class EntryIterator
Inherited from
HashSet

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 +=(x: Type): Unit
Inherited from
HashSet
Inherited from
MutableSet
def -=(x: Type): Unit
Inherited from
HashSet
def clear(): Unit

Remove all elements from this set and set back to initial configuration

Remove all elements from this set and set back to initial configuration

Inherited from
HashSet
Inherited from
ReadOnlySet
def copyFrom(oldTable: Array[AnyRef]): Unit
Inherited from
HashSet
def foreach[U](f: Type => U): Unit
Inherited from
ReadOnlySet
Inherited from
ReadOnlySet
Inherited from
HashSet
def lookup(x: Type): Type | Null
Inherited from
HashSet
def put(x: Type): Type
Inherited from
HashSet
def remove(x: Type): Boolean
Inherited from
HashSet
def size: Int

The number of elements in the set

The number of elements in the set

Inherited from
HashSet
Inherited from
ReadOnlySet
override def toString: String
Definition Classes
HashSet -> Any
Inherited from
HashSet