Packages

c

java.util

BitSet

class BitSet extends Serializable with Cloneable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitSet
  2. Cloneable
  3. Cloneable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitSet()
  2. new BitSet(nbits: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and(set: BitSet): Unit
  5. def andNot(set: BitSet): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cardinality(): Int
  8. def clear(): Unit
  9. def clear(fromIndex: Int, toIndex: Int): Unit
  10. def clear(bitIndex: Int): Unit
  11. def clone(): AnyRef
    Definition Classes
    BitSet → AnyRef
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    BitSet → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flip(fromIndex: Int, toIndex: Int): Unit
  16. def flip(bitIndex: Int): Unit
  17. def get(fromIndex: Int, toIndex: Int): BitSet
  18. def get(bitIndex: Int): Boolean
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    BitSet → AnyRef → Any
  21. def intersects(set: BitSet): Boolean
  22. def isEmpty(): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def length(): Int
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nextClearBit(fromIndex: Int): Int
  27. def nextSetBit(fromIndex: Int): Int
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def or(set: BitSet): Unit
  31. def previousClearBit(fromIndex: Int): Int
  32. def previousSetBit(fromIndex: Int): Int
  33. def set(fromIndex: Int, toIndex: Int, value: Boolean): Unit
  34. def set(fromIndex: Int, toIndex: Int): Unit
  35. def set(bitIndex: Int, value: Boolean): Unit
  36. def set(bitIndex: Int): Unit
  37. def size(): Int
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toByteArray(): Array[Byte]
  40. def toLongArray(): Array[Long]
  41. def toString(): String
    Definition Classes
    BitSet → AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def xor(set: BitSet): Unit

Inherited from Cloneable

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped