BitSet

scala.collection.immutable.BitSet
See theBitSet companion class

This object provides a set of operations to create Iterable values.

Attributes

Companion
class
Graph
Supertypes
trait Factory[Int, BitSet]
class Object
trait Matchable
class Any
Self type
BitSet.type

Members list

Type members

Deprecated classlikes

class BitSet1(val elems: Long) extends BitSet

Attributes

Deprecated
[Since version 2.13.0] Implementation classes of BitSet should not be accessed directly
Supertypes
class BitSet2(val elems0: Long, val elems1: Long) extends BitSet

Attributes

Deprecated
[Since version 2.13.0] Implementation classes of BitSet should not be accessed directly
Supertypes
class BitSetN(val elems: Array[Long]) extends BitSet

Attributes

Deprecated
[Since version 2.13.0] Implementation classes of BitSet should not be accessed directly
Supertypes

Value members

Concrete methods

A bitset containing all the bits in an array

A bitset containing all the bits in an array

Attributes

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.

Attributes

Value parameters

it

Source collection

Attributes

Returns

A collection of type C containing the same elements as the source collection it.

Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific is preferred because it can be lazy for lazy collections.

Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific is preferred because it can be lazy for lazy collections.

Attributes

Inherited methods

def apply(xs: Int*): BitSet

Attributes

Inherited from:
SpecificIterableFactory
def fill(n: Int)(elem: => Int): BitSet

Attributes

Inherited from:
SpecificIterableFactory

Concrete fields

final val empty: BitSet

Implicits

Inherited implicits

Attributes

Inherited from:
SpecificIterableFactory