BitSet

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

Companion:
class
Source:
BitSet.scala
BitSet.type

Type members

Deprecated classlikes

class BitSet1(val elems: Long) extends BitSet
Deprecated
Source:
BitSet.scala
class BitSet2(val elems0: Long, val elems1: Long) extends BitSet
Deprecated
Source:
BitSet.scala
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
Value parameters:
it

Source collection

Returns:

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

Source:
BitSet.scala

Get a Builder for the collection.

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.

Source:
BitSet.scala

Inherited methods

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

Concrete fields

final val empty: BitSet

Implicits

Inherited implicits