BitSet

@nowarn("cat=deprecation&msg=Implementation classes of BitSet should not be accessed directly") @SerialVersionUID(3L)

This object provides a set of operations to create immutable.BitSet values.

Companion:
class
Source:
BitSet.scala
BitSet.type

Type members

Deprecated classlikes

@deprecated("Implementation classes of BitSet should not be accessed directly", "2.13.0")
class BitSet1(val elems: Long) extends BitSet
Deprecated
Source:
BitSet.scala
@deprecated("Implementation classes of BitSet should not be accessed directly", "2.13.0")
class BitSet2(val elems0: Long, val elems1: Long) extends BitSet
Deprecated
Source:
BitSet.scala
@deprecated("Implementation classes of BitSet should not be accessed directly", "2.13.0")
class BitSetN(val elems: Array[Long]) extends BitSet
Deprecated
Source:
BitSet.scala

Value members

Concrete methods

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

Concrete fields

final val empty: BitSet

Implicits

Inherited implicits