BitSet

scala.collection.BitSet
See theBitSet companion trait

Attributes

Companion
trait
Source
BitSet.scala
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

Attributes

Source
BitSet.scala

Value parameters

it

Source collection

Attributes

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.

Attributes

Source
BitSet.scala

Inherited methods

def apply(xs: Int*): BitSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala
def fill(n: Int)(elem: => Int): BitSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala

Implicits

Inherited implicits

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala