|
Scala
1.3.0.3 |
|||
initSize: -
initial size in nbits
| Field Summary | |
protected
|
val internal: ByteArray
|
| Method Summary | |
def apply(i: Int): Boolean
returns true if bit i is set |
|
def clear(i: Int): Unit
|
|
def ensureSize(nbits: Int): Unit
size of this bitset in nbits |
|
final
|
def intSize(size: Int): Int
|
final
|
def set(i: Int, b: Boolean): Unit
|
final
|
def set(i: Int): Unit
|
var size: Int
size of this bitset in nbytes |
|
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 |
| Class Summary | |
class ByteArray()
|
|
| Field Detail |
protected val internal: ByteArray
| Method Detail |
final def intSize(size: Int): Int
var size: Int
def ensureSize(nbits: Int): Unit
final def set(i: Int, b: Boolean): Unit
final def set(i: Int): Unit
def clear(i: Int): Unit
def apply(i: Int): Boolean
def toArray: Array[Int]
|
Scala
1.3.0.3 |
|||