empty

dotty.tools.dotc.util.SimpleIdentitySet.empty
object empty extends SimpleIdentitySet[Nothing]

Attributes

Graph
Supertypes
class SimpleIdentitySet[Nothing]
class Object
trait Matchable
class Any
Self type
empty.type

Members list

Value members

Concrete methods

def +[E <: AnyRef](x: E): SimpleIdentitySet[E]
def -[E <: AnyRef](x: E): SimpleIdentitySet[Nothing]
def /:[A, E <: AnyRef](z: A)(f: (A, E) => A): A
def contains[E <: AnyRef](x: E): Boolean
def exists[E <: AnyRef](p: E => Boolean): Boolean
def foreach(f: Nothing => Unit): Unit
def iterator: Iterator[Nothing]
def map[B <: AnyRef](f: Nothing => B): SimpleIdentitySet[B]
def size: Int
def toList: List[Nothing]

Inherited methods

def ++[E <: AnyRef](that: SimpleIdentitySet[E]): SimpleIdentitySet[E]

Attributes

Inherited from:
SimpleIdentitySet
def --[E <: AnyRef](that: SimpleIdentitySet[E]): SimpleIdentitySet[E]

Attributes

Inherited from:
SimpleIdentitySet
def ==[E <: AnyRef](that: SimpleIdentitySet[E]): Boolean

Attributes

Inherited from:
SimpleIdentitySet
def filter(p: Nothing => Boolean): SimpleIdentitySet[Elem]

Attributes

Inherited from:
SimpleIdentitySet
def forall[E <: AnyRef](p: E => Boolean): Boolean

Attributes

Inherited from:
SimpleIdentitySet
final def isEmpty: Boolean

Attributes

Inherited from:
SimpleIdentitySet
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
SimpleIdentitySet