|
Scala 2
|
||
class
BitSet
extends
BitSet with
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 : Array , copy : scala.Boolean )
|
Constructor Detail |
def
this
( size : scala.Int , capacity : scala.Int , ba : Array , copy : scala.Boolean )