scalax.collection.mutable

ExtBitSet

final class ExtBitSet extends BitSet

Attributes
protected[scalax.collection]
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtBitSet
  2. BitSet
  3. Serializable
  4. Serializable
  5. BitSet
  6. BitSetLike
  7. SortedSet
  8. SortedSet
  9. SortedSetLike
  10. Sorted
  11. AbstractSet
  12. Set
  13. SetLike
  14. Cloneable
  15. Cloneable
  16. Cloneable
  17. Shrinkable
  18. Builder
  19. Growable
  20. Clearable
  21. Scriptable
  22. Set
  23. SetLike
  24. Subtractable
  25. GenSet
  26. GenericSetTemplate
  27. GenSetLike
  28. Function1
  29. AbstractIterable
  30. Iterable
  31. Traversable
  32. Mutable
  33. AbstractIterable
  34. Iterable
  35. IterableLike
  36. Equals
  37. GenIterable
  38. GenIterableLike
  39. AbstractTraversable
  40. Traversable
  41. GenTraversable
  42. GenericTraversableTemplate
  43. TraversableLike
  44. GenTraversableLike
  45. Parallelizable
  46. TraversableOnce
  47. GenTraversableOnce
  48. FilterMonadic
  49. HasNewBuilder
  50. AnyRef
  51. Any
Implicitly
  1. by traversable2ops
  2. by MonadOps
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  7. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtBitSet(initWords: Int = incrWords)

  2. new ExtBitSet(words: Array[Long])

Type Members

  1. type Self = BitSet

    Attributes
    protected
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def &(other: BitSet): BitSet

    Definition Classes
    BitSetLike
  5. def &(that: GenSet[Int]): BitSet

    Definition Classes
    GenSetLike
  6. def &=(other: ExtBitSet): ExtBitSet.this.type

  7. def &~(other: BitSet): BitSet

    Definition Classes
    BitSetLike
  8. def &~(that: GenSet[Int]): BitSet

    Definition Classes
    GenSetLike
  9. def +(elem1: Int, elem2: Int, elems: Int*): BitSet

    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  10. def +(elem: Int): BitSet

    Definition Classes
    SetLike → SetLike → GenSetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  11. def ++(xs: GenTraversableOnce[Int]): BitSet

    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new set. Use ++= to add elements to this set and return that set itself.

  12. def ++[B >: Int, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  13. def ++:[B >: Int, That](that: Traversable[B])(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike
  14. def ++:[B >: Int, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike
  15. def ++=(xs: TraversableOnce[Int]): ExtBitSet.this.type

    Definition Classes
    Growable
  16. def +=(elem: Int): ExtBitSet.this.type

    Definition Classes
    BitSet → SetLike → Builder → Growable
  17. def +=(elem1: Int, elem2: Int, elems: Int*): ExtBitSet.this.type

    Definition Classes
    Growable
  18. def -(elem1: Int, elem2: Int, elems: Int*): BitSet

    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new set. Use -= to remove an element from this set and return that set itself.

  19. def -(elem: Int): BitSet

    Definition Classes
    SetLike → SetLike → Subtractable → GenSetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new set. Use -= to remove an element from this set and return that set itself.

  20. def --(xs: GenTraversableOnce[Int]): BitSet

    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new set. Use --= to remove elements from this set and return that set itself.

  21. def --=(xs: TraversableOnce[Int]): ExtBitSet.this.type

    Definition Classes
    Shrinkable
  22. def -=(elem: Int): ExtBitSet.this.type

    Definition Classes
    BitSet → SetLike → Shrinkable
  23. def -=(elem1: Int, elem2: Int, elems: Int*): ExtBitSet.this.type

    Definition Classes
    Shrinkable
  24. def ->[B](y: B): (ExtBitSet, B)

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to ArrowAssoc[ExtBitSet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  25. def /:[B](z: B)(op: (B, Int) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def :\[B](z: B)(op: (Int, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def <<(cmd: Message[Int]): Unit

    Definition Classes
    SetLike → Scriptable
  28. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  30. def ^(other: BitSet): BitSet

    Definition Classes
    BitSetLike
  31. def add(elem: Int): Boolean

    Definition Classes
    BitSet → SetLike
  32. def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    BitSetLike → TraversableOnce
  33. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  34. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  35. def aggregate[B](z: B)(seqop: (B, Int) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def andThen[A](g: (Boolean) ⇒ A): (Int) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  37. def apply(h: Handle): Boolean

    Annotations
    @inline()
  38. def apply(idx: Int, mask: Long): Boolean

    Annotations
    @inline()
  39. def apply(elem: Int): Boolean

    Definition Classes
    GenSetLike → Function1
  40. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  41. def asParIterable: ParIterable[Int]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  42. def asParSeq: ParSeq[Int]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  43. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  44. def clear(): Unit

    Definition Classes
    BitSet → SetLike → Builder → Growable → Clearable
  45. def clone(): ExtBitSet

    Definition Classes
    ExtBitSet → BitSet → SetLike → Cloneable → AnyRef
  46. def cloneWords: Array[Long]

    Array containing the internal words.

  47. def collect[B, That](pf: PartialFunction[Int, B])(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  48. def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]

    Definition Classes
    TraversableOnce
  49. def companion: GenericCompanion[Set]

    Definition Classes
    Set → Set → GenSet → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  50. def compare(k0: Int, k1: Int): Int

    Definition Classes
    Sorted
  51. def compose[A](g: (A) ⇒ Int): (A) ⇒ Boolean

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  52. def contains(elem: Int): Boolean

    Definition Classes
    BitSetLike → SetLike → GenSetLike
  53. def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  54. def copyToArray[B >: Int](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def copyToArray[B >: Int](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def copyToBuffer[B >: Int](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  57. def count(p: (Int) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def diff(that: GenSet[Int]): BitSet

    Definition Classes
    SetLike → GenSetLike
  59. def drop(n: Int): BitSet

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  60. def dropRight(n: Int): BitSet

    Definition Classes
    IterableLike
  61. def dropWhile(p: (Int) ⇒ Boolean): BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  62. var elems: Array[Long]

    Attributes
    protected
    Definition Classes
    BitSet
  63. def empty: BitSet

    Definition Classes
    BitSet → BitSet → BitSetLike → SortedSet → SortedSet → SetLike → GenericSetTemplate
  64. def ensuring(cond: (ExtBitSet) ⇒ Boolean, msg: ⇒ Any): ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to Ensuring[ExtBitSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  65. def ensuring(cond: (ExtBitSet) ⇒ Boolean): ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to Ensuring[ExtBitSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. def ensuring(cond: Boolean, msg: ⇒ Any): ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to Ensuring[ExtBitSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: Boolean): ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to Ensuring[ExtBitSet] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  69. def equals(that: Any): Boolean

    Definition Classes
    GenSetLike → Equals → AnyRef → Any
  70. def exists(p: (Int) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  71. def filter(p: (Int) ⇒ Boolean): BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  72. def filterNot(p: (Int) ⇒ Boolean): BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  73. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  74. def find(p: (Int) ⇒ Boolean): Option[Int]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  75. def firstKey: Int

    Definition Classes
    SortedSetLike → Sorted
  76. def flatMap[B, That](f: (Int) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  77. def flatten[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): Set[B]

    Definition Classes
    GenericTraversableTemplate
  78. def fold[A1 >: Int](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def foldLeft[B](z: B)(op: (B, Int) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def foldRight[B](z: B)(op: (Int, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  81. def forall(p: (Int) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  82. def foreach[B](f: (Int) ⇒ B): Unit

    Definition Classes
    BitSetLike → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  83. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  84. def from(from: Int): BitSet

    Definition Classes
    SortedSetLike → Sorted
  85. def fromBitMaskNoCopy(words: Array[Long]): BitSet

    Attributes
    protected
    Definition Classes
    BitSet → BitSetLike
  86. def genericBuilder[B]: Builder[B, Set[B]]

    Definition Classes
    GenericTraversableTemplate
  87. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  88. def groupBy[K](f: (Int) ⇒ K): Map[K, BitSet]

    Definition Classes
    TraversableLike → GenTraversableLike
  89. def grouped(size: Int): Iterator[BitSet]

    Definition Classes
    IterableLike
  90. def hasAll(j: Iterator[Int]): Boolean

    Attributes
    protected
    Definition Classes
    Sorted
  91. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  92. def hashCode(): Int

    Definition Classes
    GenSetLike → AnyRef → Any
  93. def head: Int

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  94. def headOption: Option[Int]

    Definition Classes
    TraversableLike → GenTraversableLike
  95. def ifParSeq[R](isbody: (ParSeq[Int]) ⇒ R): (TraversableOps[Int])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  96. def init: BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  97. def inits: Iterator[BitSet]

    Definition Classes
    TraversableLike
  98. def intersect(that: GenSet[Int]): BitSet

    Definition Classes
    GenSetLike
  99. def isEmpty: Boolean

    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  100. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  101. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  102. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  103. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  104. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  105. def iterator: Iterator[Int]

    Definition Classes
    BitSetLike → GenSetLike → IterableLike → GenIterableLike
  106. def keySet: BitSet

    Definition Classes
    SortedSetLike → Sorted
  107. def last: Int

    Definition Classes
    TraversableLike → GenTraversableLike
  108. def lastKey: Int

    Definition Classes
    SortedSetLike → Sorted
  109. def lastOption: Option[Int]

    Definition Classes
    TraversableLike → GenTraversableLike
  110. def lowestOneBit: Option[Handle]

  111. def map[B, That](f: (Int) ⇒ B)(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    SetLike → TraversableLike → GenTraversableLike → FilterMonadic
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.

  112. def mapResult[NewTo](f: (BitSet) ⇒ NewTo): Builder[Int, NewTo]

    Definition Classes
    Builder
  113. def max[B >: Int](implicit cmp: Ordering[B]): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def maxBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def min[B >: Int](implicit cmp: Ordering[B]): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def minBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  121. def newBuilder: Builder[Int, BitSet]

    Attributes
    protected[this]
    Definition Classes
    SetLike → SetLike → TraversableLike → HasNewBuilder
  122. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. final def notify(): Unit

    Definition Classes
    AnyRef
  124. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  125. def nrWords: Int

  126. def nwords: Int

    Attributes
    protected
    Definition Classes
    BitSet → BitSetLike
  127. def onOrFindUnset(other: ExtBitSet): Option[Handle]

  128. implicit def ordering: Ordering[Int]

    Definition Classes
    BitSetLike → SortedSetLike → Sorted
  129. def par: ParSet[Int]

    Definition Classes
    Parallelizable
  130. def parCombiner: Combiner[Int, ParSet[Int]]

    Attributes
    protected[this]
    Definition Classes
    SetLike → SetLike → TraversableLike → Parallelizable
  131. def partition(p: (Int) ⇒ Boolean): (BitSet, BitSet)

    Definition Classes
    TraversableLike → GenTraversableLike
  132. def product[B >: Int](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def range(from: Int, until: Int): BitSet

    Definition Classes
    SortedSetLike → Sorted
  134. def rangeImpl(from: Option[Int], until: Option[Int]): BitSet

    Definition Classes
    BitSetLike → SortedSetLike → Sorted
  135. def reduce[A1 >: Int](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceLeft[B >: Int](op: (B, Int) ⇒ B): B

    Definition Classes
    TraversableOnce
  137. def reduceLeftOption[B >: Int](op: (B, Int) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def reduceOption[A1 >: Int](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def reduceRight[B >: Int](op: (Int, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  140. def reduceRightOption[B >: Int](op: (Int, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def remove(elem: Int): Boolean

    Definition Classes
    BitSet → SetLike
  142. def repr: BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  143. def result(): BitSet

    Definition Classes
    SetLike → Builder
  144. def retain(p: (Int) ⇒ Boolean): Unit

    Definition Classes
    SetLike
  145. def reversed: List[Int]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  146. def sameElements[B >: Int](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  147. def scan[B >: Int, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  148. def scanLeft[B, That](z: B)(op: (B, Int) ⇒ B)(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  149. def scanRight[B, That](z: B)(op: (Int, B) ⇒ B)(implicit bf: CanBuildFrom[BitSet, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  150. def seq: Set[Int]

    Definition Classes
    Set → Set → GenSet → GenSetLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  151. def size: Int

    Definition Classes
    BitSetLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  152. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Definition Classes
    Builder
  153. def sizeHint(coll: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  154. def sizeHint(size: Int): Unit

    Definition Classes
    Builder
  155. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  156. def slice(from: Int, until: Int): BitSet

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  157. def sliding(size: Int, step: Int): Iterator[BitSet]

    Definition Classes
    IterableLike
  158. def sliding(size: Int): Iterator[BitSet]

    Definition Classes
    IterableLike
  159. def span(p: (Int) ⇒ Boolean): (BitSet, BitSet)

    Definition Classes
    TraversableLike → GenTraversableLike
  160. def splitAt(n: Int): (BitSet, BitSet)

    Definition Classes
    TraversableLike → GenTraversableLike
  161. def stringPrefix: String

    Definition Classes
    ExtBitSet → BitSetLike → SetLike → TraversableLike → GenTraversableLike
  162. def subsetOf(other: BitSet): Boolean

    Definition Classes
    BitSetLike
  163. def subsetOf(that: GenSet[Int]): Boolean

    Definition Classes
    SortedSetLike → GenSetLike
  164. def subsets: Iterator[BitSet]

    Definition Classes
    SetLike
  165. def subsets(len: Int): Iterator[BitSet]

    Definition Classes
    SetLike
  166. def sum[B >: Int](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def summary: String

    Summary of the words each of which formatted as <index>:<bitCount>.

  168. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  169. def tail: BitSet

    Definition Classes
    TraversableLike → GenTraversableLike
  170. def tails: Iterator[BitSet]

    Definition Classes
    TraversableLike
  171. def take(n: Int): BitSet

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  172. def takeRight(n: Int): BitSet

    Definition Classes
    IterableLike
  173. def takeWhile(p: (Int) ⇒ Boolean): BitSet

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  174. def thisCollection: Iterable[Int]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  175. def to(to: Int): BitSet

    Definition Classes
    Sorted
  176. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Int, Col[Int]]): Col[Int]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  177. def toArray[B >: Int](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def toBitMask: Array[Long]

    Definition Classes
    BitSetLike
  179. def toBuffer[A1 >: Int]: Buffer[A1]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  180. def toCollection(repr: BitSet): Iterable[Int]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  181. def toImmutable: BitSet

    Definition Classes
    BitSet
  182. def toIndexedSeq: IndexedSeq[Int]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  183. def toIterable: Iterable[Int]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  184. def toIterator: Iterator[Int]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  185. def toList: List[Int]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  186. def toMap[T, U](implicit ev: <:<[Int, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toParArray: ParArray[Int]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to TraversableOps[Int] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  188. def toSeq: Seq[Int]

    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  189. def toSet[B >: Int]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  190. def toStream: Stream[Int]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  191. def toString(): String

    All bits of all words.

    All bits of all words.

    Definition Classes
    ExtBitSet → SetLike → Function1 → TraversableLike → AnyRef → Any
  192. def toTraversable: Traversable[Int]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  193. def toVector: Vector[Int]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  194. def transpose[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): Set[Set[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  195. def unary_~: ExtBitSet

  196. def union(that: GenSet[Int]): BitSet

    Definition Classes
    SetLike → GenSetLike
  197. def until(until: Int): BitSet

    Definition Classes
    SortedSetLike → Sorted
  198. def unzip[A1, A2](implicit asPair: (Int) ⇒ (A1, A2)): (Set[A1], Set[A2])

    Definition Classes
    GenericTraversableTemplate
  199. def unzip3[A1, A2, A3](implicit asTriple: (Int) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

    Definition Classes
    GenericTraversableTemplate
  200. def update(h: Handle, isSet: Boolean): Unit

    Annotations
    @inline()
  201. def update(idx: Int, mask: Long, isSet: Boolean): Unit

  202. def update(elem: Int, included: Boolean): Unit

    Definition Classes
    SetLike
  203. def view(from: Int, until: Int): IterableView[Int, BitSet]

    Definition Classes
    IterableLike → TraversableLike
  204. def view: IterableView[Int, BitSet]

    Definition Classes
    IterableLike → TraversableLike
  205. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  207. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  208. def withFilter(p: (Int) ⇒ Boolean): FilterMonadic[Int, BitSet]

    Definition Classes
    TraversableLike → FilterMonadic
  209. def word(idx: Int): Long

    Attributes
    protected
    Definition Classes
    BitSet → BitSetLike
  210. def zip[A1 >: Int, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[BitSet, (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  211. def zipAll[B, A1 >: Int, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[BitSet, (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  212. def zipWithIndex[A1 >: Int, That](implicit bf: CanBuildFrom[BitSet, (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  213. def |(other: BitSet): BitSet

    Definition Classes
    BitSetLike
  214. def |(that: GenSet[Int]): BitSet

    Definition Classes
    GenSetLike
  215. def [B](y: B): (ExtBitSet, B)

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to ArrowAssoc[ExtBitSet] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extBitSet: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. def filter(p: (Int) ⇒ Boolean): TraversableOnce[Int]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to MonadOps[Int] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extBitSet: MonadOps[Int]).filter(p)
    Definition Classes
    MonadOps
  3. def flatMap[B](f: (Int) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to MonadOps[Int] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extBitSet: MonadOps[Int]).flatMap(f)
    Definition Classes
    MonadOps
  4. def map[B](f: (Int) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to MonadOps[Int] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extBitSet: MonadOps[Int]).map(f)
    Definition Classes
    MonadOps
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extBitSet: StringAdd).self
    Definition Classes
    StringAdd
  6. val self: Any

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extBitSet: StringFormat).self
    Definition Classes
    StringFormat
  7. def withFilter(p: (Int) ⇒ Boolean): Iterator[Int]

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to MonadOps[Int] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extBitSet: MonadOps[Int]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: Int](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to ArrowAssoc[ExtBitSet] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extBitSet: ArrowAssoc[ExtBitSet]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ExtBitSet

    Implicit information
    This member is added by an implicit conversion from ExtBitSet to Ensuring[ExtBitSet] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (extBitSet: Ensuring[ExtBitSet]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from BitSet

Inherited from Serializable

Inherited from Serializable

Inherited from BitSet

Inherited from BitSetLike[BitSet]

Inherited from SortedSet[Int]

Inherited from SortedSet[Int]

Inherited from SortedSetLike[Int, BitSet]

Inherited from Sorted[Int, BitSet]

Inherited from AbstractSet[Int]

Inherited from Set[Int]

Inherited from SetLike[Int, BitSet]

Inherited from Cloneable[Set[Int]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[Int]

Inherited from Builder[Int, BitSet]

Inherited from Growable[Int]

Inherited from Clearable

Inherited from Scriptable[Int]

Inherited from Set[Int]

Inherited from SetLike[Int, BitSet]

Inherited from Subtractable[Int, BitSet]

Inherited from GenSet[Int]

Inherited from GenericSetTemplate[Int, Set]

Inherited from GenSetLike[Int, BitSet]

Inherited from (Int) ⇒ Boolean

Inherited from AbstractIterable[Int]

Inherited from Iterable[Int]

Inherited from Traversable[Int]

Inherited from Mutable

Inherited from AbstractIterable[Int]

Inherited from Iterable[Int]

Inherited from IterableLike[Int, BitSet]

Inherited from Equals

Inherited from GenIterable[Int]

Inherited from GenIterableLike[Int, BitSet]

Inherited from AbstractTraversable[Int]

Inherited from Traversable[Int]

Inherited from GenTraversable[Int]

Inherited from GenericTraversableTemplate[Int, Set]

Inherited from TraversableLike[Int, BitSet]

Inherited from GenTraversableLike[Int, BitSet]

Inherited from Parallelizable[Int, ParSet[Int]]

Inherited from TraversableOnce[Int]

Inherited from GenTraversableOnce[Int]

Inherited from FilterMonadic[Int, BitSet]

Inherited from HasNewBuilder[Int, BitSet]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion traversable2ops from ExtBitSet to TraversableOps[Int]

Inherited by implicit conversion MonadOps from ExtBitSet to MonadOps[Int]

Inherited by implicit conversion any2stringadd from ExtBitSet to StringAdd

Inherited by implicit conversion any2stringfmt from ExtBitSet to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ExtBitSet to ArrowAssoc[ExtBitSet]

Inherited by implicit conversion any2Ensuring from ExtBitSet to Ensuring[ExtBitSet]

Inherited by implicit conversion alternateImplicit from ExtBitSet to ForceImplicitAmbiguity

Ungrouped