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