BitSet

case
class BitSet(length: Int, array: Array[Int])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +=(n: Int): Unit
def -=(n: Int): Unit
def apply(n: Int): Boolean
def clear(): Unit
def update(n: Int, b: Boolean): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product