class BitSet extends Serializable with Cloneable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitSet
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and(set: BitSet): Unit
- def andNot(set: BitSet): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cardinality(): Int
- def clear(): Unit
- def clear(fromIndex: Int, toIndex: Int): Unit
- def clear(bitIndex: Int): Unit
- def clone(): AnyRef
- Definition Classes
- BitSet → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- BitSet → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flip(fromIndex: Int, toIndex: Int): Unit
- def flip(bitIndex: Int): Unit
- def get(fromIndex: Int, toIndex: Int): BitSet
- def get(bitIndex: Int): Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- BitSet → AnyRef → Any
- def intersects(set: BitSet): Boolean
- def isEmpty(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length(): Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextClearBit(fromIndex: Int): Int
- def nextSetBit(fromIndex: Int): Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or(set: BitSet): Unit
- def previousClearBit(fromIndex: Int): Int
- def previousSetBit(fromIndex: Int): Int
- def set(fromIndex: Int, toIndex: Int, value: Boolean): Unit
- def set(fromIndex: Int, toIndex: Int): Unit
- def set(bitIndex: Int, value: Boolean): Unit
- def set(bitIndex: Int): Unit
- def size(): Int
- def stream(): IntStream
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(): Array[Byte]
- def toLongArray(): Array[Long]
- def toString(): String
- Definition Classes
- BitSet → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def xor(set: BitSet): Unit