Class

quasar.precog

BitSet

Related Doc: package precog

Permalink

class BitSet extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitSet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitSet(bitSize: Int)

    Permalink
  2. new BitSet()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(index: Index): Boolean

    Permalink
  5. def and(that: BitSet): Unit

    Permalink
  6. def andNot(that: BitSet): Unit

    Permalink
  7. def apply(bitIndex: Int): Boolean

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def cardinality(): Int

    Permalink
  10. def clear(fromIndex: Int, toIndex: Int): Unit

    Permalink
  11. def clear(bitIndex: Int): Unit

    Permalink
  12. def clear(): Unit

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains(bitIndex: Int): Boolean

    Permalink
  15. def copy(): BitSet

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    BitSet → AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flip(fromIndex: Int, toIndex: Int): Unit

    Permalink
  20. def flip(bitIndex: Int): Unit

    Permalink
  21. def get(bitIndex: Int): Boolean

    Permalink
  22. def getBits(): Array[Long]

    Permalink
  23. def getBitsLength(): Int

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    BitSet → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def length(): Int

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def nextClearBit(fromIndex: Int): Int

    Permalink
  30. def nextSetBit(fromIndex: Int): Int

    Permalink
  31. def nonEmpty(): Boolean

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def or(that: BitSet): Unit

    Permalink
  35. def set(fromIndex: Int, toIndex: Int, value: Boolean): Unit

    Permalink
  36. def set(fromIndex: Int, toIndex: Int): Unit

    Permalink
  37. def set(bitIndex: Int, value: Boolean): Unit

    Permalink
  38. def set(bitIndex: Int): Unit

    Permalink
  39. def setBits(arr: Array[Long]): Unit

    Permalink
  40. def size(): Int

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def update(bitIndex: Int, value: Boolean): Unit

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def xor(that: BitSet): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped