in scala/collection/immutable
class BitSet

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

Field Summary
  val array: Array[Byte]

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

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

  val array: Array[Byte]
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