case object UIDTrieSet0 extends UIDTrieSetLeaf[UID] with Product with Serializable
- Source
- UIDTrieSet.scala
- Alphabetic
- By Inheritance
- UIDTrieSet0
- Serializable
- Product
- Equals
- UIDTrieSetLeaf
- UIDTrieSetNode
- UIDTrieSet
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++(other: UIDTrieSet[UID]): UIDTrieSet[UID]
- Definition Classes
- UIDTrieSet
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(i: UID): UIDTrieSet1[UID]
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def contains(value: UID): Boolean
Tests if this set contains a value with the same id as the given value.
Tests if this set contains a value with the same id as the given value. I.e., no comparison of the values is done, but only the underlying ids are compared.
- Definition Classes
- UIDTrieSet
- def containsId(id: Int): Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: UIDTrieSet[_]): Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def equals(other: Any): Boolean
- Definition Classes
- UIDTrieSet → AnyRef → Any
- def exists(p: (UID) => Boolean): Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSetNode → UIDTrieSet
- def foldLeft[B](z: B)(op: (B, UID) => B): B
- Definition Classes
- UIDTrieSet0 → UIDTrieSetNode → UIDTrieSet
- def forall(p: (UID) => Boolean): Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSetNode → UIDTrieSet
- def foreach[U](f: (UID) => U): Unit
- Definition Classes
- UIDTrieSet0 → UIDTrieSetNode → UIDTrieSet
- final def foreachIterator: ForeachRefIterator[UID]
- Definition Classes
- UIDTrieSet
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- UIDTrieSet0 → AnyRef → Any
- def head: UID
- Definition Classes
- UIDTrieSet0 → UIDTrieSetNode → UIDTrieSet
- def isEmpty: Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSingletonSet: Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- def iterator: Iterator[UID]
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def size: Int
- Definition Classes
- UIDTrieSet0 → UIDTrieSet
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- UIDTrieSet0 → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated