BitSet

Companion
class
Source
BitSet.scala

Value members

Concrete methods

def fromBitMask(elems: Array[Long]): BitSet

A bitset containing all the bits in an array

A bitset containing all the bits in an array

Source
BitSet.scala

A bitset containing all the bits in an array, wrapping the existing array without copying.

A bitset containing all the bits in an array, wrapping the existing array without copying.

Source
BitSet.scala

Inherited methods

def apply(xs: Int*): BitSet
def fill(n: Int)(elem: => Int): BitSet

Implicits

Inherited implicits