final case class LongLinkedTrieSet1(v1: Long) extends LongLinkedTrieSet with Product with Serializable
- Source
- LongLinkedTrieSet.scala
- Alphabetic
- By Inheritance
- LongLinkedTrieSet1
- Serializable
- Product
- Equals
- LongLinkedTrieSet
- LongLinkedSet
- LongSet
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LongLinkedTrieSet1(v1: Long)
Type Members
- final type ThisSet = LongLinkedTrieSet
- Definition Classes
- LongLinkedTrieSet → LongLinkedSet → LongSet
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def +(v: Long): LongLinkedTrieSet
Adds the given value to this set; returns
this
if this set already contains the value otherwise a new set is returned.Adds the given value to this set; returns
this
if this set already contains the value otherwise a new set is returned.- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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(v: Long): Boolean
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def foldLeft[T](op: T)(f: (T, Long) => T): T
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def forFirstN[U](n: Int)(f: (Long) => U): Unit
- Definition Classes
- LongLinkedTrieSet1 → LongLinkedSet
- final def forall(f: (Long) => Boolean): Boolean
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def foreach[U](f: (Long) => U): Unit
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def head: Long
- Definition Classes
- LongLinkedTrieSet1 → LongLinkedSet
- final def isEmpty: Boolean
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isSingletonSet: Boolean
Tests if this set has exactly one element (complexity: O(1)).
Tests if this set has exactly one element (complexity: O(1)).
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def iterator: LongIterator
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def mkString(in: String): String
- Definition Classes
- LongSet
- final def mkString(pre: String, in: String, post: String): String
- Definition Classes
- LongSet
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- Definition Classes
- LongSet
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def size: Int
The size of the set (complexity: O(1)).
The size of the set (complexity: O(1)).
- Definition Classes
- LongLinkedTrieSet1 → LongSet
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def transform[B, To](f: (Long) => B, b: Builder[B, To]): To
- Definition Classes
- LongSet
- val v1: Long
- 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