in scala/collection/immutable
class BitSet

class BitSet($0: Int, $1: Array[Int], $2: Boolean)
extends BitSet
with ScalaObject

Field Summary
protected val array: Array[Int]

Method Summary
  def apply($0: Int): Boolean
     returns true if bit i is set
final def size: Int
     number of bits in this bitset
  def toArray: Array[Int]

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/collection/BitSet-class
booleanElements, toSet

Field Detail

array

  protected val array: Array[Int]
Method Detail

size

  final def size: Int
number of bits in this bitset

apply

  def apply($0: Int): Boolean
returns true if bit i is set

toArray

  def toArray: Array[Int]