|
|
Scala 2
v2.1.3 |
class
BitSet
extends
scala.collection.BitSet with
scala.ScalaObjectBitSetprovides 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 bitset| Constructor 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 )