BitSet

scala.collection.mutable.BitSet
See theBitSet companion class

Attributes

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

Members list

Value members

Concrete methods

def empty: BitSet

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

Implicits

Inherited implicits

Attributes

Inherited from:
SpecificIterableFactory