|
Scala 2.1.6
|
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) inclusiven
represents the number of relevant bitsn
>>>5ba
is copied and updates will
not affect this bitsetConstructor Summary | |
def
this
( size : scala.Int , capacity : scala.Int , ba : scala.Array[scala.Int] , copy : scala.Boolean )
|
Constructor Detail |
def
this
( size : scala.Int , capacity : scala.Int , ba : scala.Array[scala.Int] , copy : scala.Boolean )