|
Scala 2.3.0
|
class
BitSet
extends
scala.collection.BitSet
with
scala.ScalaObject
BitSet
provides an immutable bitset view on an
int array. Instances can conveniently be created from instances of
Bit indices are between 0..(capacity-1)
inclusive.size -
size
represents the number of relevant bits
capacity -
...
ba -
ba
array of ints of length n>>>5
copy -
copy
if yes, then ba
is copied and updates will not affect this bitset
Constructor Summary | |
def
this
(size: scala.Int, capacity: scala.Int, ba: scala.Array[scala.Int], copy: scala.Boolean)
|
Val Summary | |
protected
|
val
arr
: scala.Array[scala.Int]
|
val
capacity
: scala.Int
|
|
val
size
: scala.Int
|
Def inherited from scala.collection.BitSet | |
arr , capacity, contains, elements, equals, mask, memsize, nbits, offset, size, subsetOf, toArray |
Constructor Detail |
Val Detail |