| 
 | 
          Scala 1.3.0.7 | |||
initSize: - 
  initial size in nbits
 
  | Field Summary | |
| 
        protected | val internal: ByteArray | 
| Method Summary | |
| def apply(i: Int): Booleangets i-th bit. | |
| def clear(i: Int): Unitclears i-th bit. | |
| def ensureSize(n: Int): Unitensure that this bitset can store at least nbits bits | |
| def makeImmutable: BitSetreturns an immutable bitset with same information | |
| def makeMutable: BitSetreturns this object | |
| 
        final | def set(i: Int, b: Boolean): Unitcalls set or clear for i-th bit | 
| 
        final | def set(i: Int): Unitsets i-th bit to true. | 
| var size: Intsize of this bitset in nbytes | |
| def toArray: Array[Int] | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/collection/BitSet-class | 
| booleanElements, equals, memsize, toSet, toString | 
| Class Summary | |
| class ByteArray() | |
| Field Detail | 
protected val internal: ByteArray
| Method Detail | 
var size: Int
def ensureSize(n: 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]
def makeImmutable: BitSet
def makeMutable: BitSet
| 
 | 
          Scala 1.3.0.7 | |||