|
Scala
1.3.0.2 |
|||
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 |
protected val array: Array[Int]
Method Detail |
final def size: Int
def apply($0: Int): Boolean
def toArray: Array[Int]
|
Scala
1.3.0.2 |
|||