Class

quasar.precog.util.BitSetUtil

BitSetOperations

Related Doc: package BitSetUtil

Permalink

final class BitSetOperations extends AnyVal

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

Instance Constructors

  1. new BitSetOperations(bs: blueeyes.BitSet)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def &(other: blueeyes.BitSet): BitSet

    Permalink
  4. def &=(other: blueeyes.BitSet): Unit

    Permalink
  5. def &~(other: blueeyes.BitSet): BitSet

    Permalink
  6. def &~=(other: blueeyes.BitSet): Unit

    Permalink
  7. def +(elem: Int): BitSet

    Permalink
  8. def ++(other: blueeyes.BitSet): BitSet

    Permalink
  9. def ++=(other: blueeyes.BitSet): Unit

    Permalink
  10. def +=(elem: Int): Unit

    Permalink
  11. def -(elem: Int): BitSet

    Permalink
  12. def -=(elem: Int): Unit

    Permalink
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def foreach(f: (Int) ⇒ Unit): Unit

    Permalink
  16. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  17. def isEmpty(): Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def max(): Int

    Permalink
  20. def min(): Int

    Permalink
  21. def toList(): List[Int]

    Permalink
  22. def toString(): String

    Permalink
    Definition Classes
    Any
  23. def |(other: blueeyes.BitSet): BitSet

    Permalink
  24. def |=(other: blueeyes.BitSet): Unit

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped