|
Scala 2.2.0
|
class
BitSet
extends
scala.collection.BitSet with
scala.ScalaObjectBitSet
provides an immutable bitset view on an
int array. Instances can conveniently be created from instances of
Bit indices are between 0..(capacity-1) inclusivesize -
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
|
Constructor Detail |
def
this
(size: scala.Int, capacity: scala.Int, ba: scala.Array[scala.Int], copy: scala.Boolean)
Val Detail |
protected
val
arr
: scala.Array[scala.Int]
val
capacity
: scala.Int
val
size
: scala.Int