in scala.collection.immutable
class BitSet

[scala.serializable]

class BitSet
extends scala.collection.BitSet
with scala.ScalaObject
The class BitSetprovides an immutable bitset view on an int array. Instances can conveniently be created from instances of Bit indices are between 0..(capacity-1) inclusive
Parameters:
size - size represents the number of relevant bits
Parameters:
capacity - ...
Parameters:
ba - ba array of ints of length n>>>5
Parameters:
copy - copy if yes, then ba is copied and updates will not affect this bitset
Author:
Burak Emir, Nikolay Mihaylov
Version:
1.0

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