scala.collection.immutable.BitSet
See theBitSet companion class
object BitSet extends SpecificIterableFactory[Int, BitSet]
This object provides a set of operations to create Iterable
values.
Attributes
- Companion
- class
- Source
- BitSet.scala
- Graph
-
- Supertypes
- Self type
-
BitSet.type
Members list
Type members
Deprecated classlikes
Attributes
- Deprecated
- true
- Source
- BitSet.scala
- Supertypes
-
class BitSettrait Serializabletrait BitSetclass AbstractSet[Int]class AbstractSet[Int]trait Equalsclass AbstractIterable[Int]trait IterableOnce[Int]class Objecttrait Matchableclass AnyShow all
Attributes
- Deprecated
- true
- Source
- BitSet.scala
- Supertypes
-
class BitSettrait Serializabletrait BitSetclass AbstractSet[Int]class AbstractSet[Int]trait Equalsclass AbstractIterable[Int]trait IterableOnce[Int]class Objecttrait Matchableclass AnyShow all
Attributes
- Deprecated
- true
- Source
- BitSet.scala
- Supertypes
-
class BitSettrait Serializabletrait BitSetclass AbstractSet[Int]class AbstractSet[Int]trait Equalsclass AbstractIterable[Int]trait IterableOnce[Int]class Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
A bitset containing all the bits in an array
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
- Source
- BitSet.scala
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
C
containing the same elements as the source collectionit
. - 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
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Concrete fields
Attributes
- Source
- BitSet.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
In this article