scala / 3.1 / scala / collection / mutable / bitset$.html

Object scala.collection.mutable.BitSet

@SerialVersionUID(3L)

Supertypes
Self type

Concrete methods

Source
def empty: BitSet

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

A bitset containing all the bits in an array

Source

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

Source

Source

Inherited methods

Source
def apply(xs: Int*): BitSet

Inherited from SpecificIterableFactory

Source
def fill(n: Int)(elem: => Int): BitSet

Inherited from SpecificIterableFactory

Inherited implicits

Source

Inherited from SpecificIterableFactory

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/mutable/BitSet$.html