trait BitVector extends Any

Linear Supertypes
Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitVector
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def &(bv: BitVector): BitVector
  2. abstract def -(position: Int): BitVector
  3. abstract def ^(bv: BitVector): BitVector
  4. abstract def apply(position: Int): Boolean
  5. abstract def cardinality: Int
  6. abstract def clearFrom(from: Int): BitVector
  7. abstract def clearUntil(until: Int): BitVector
  8. abstract def filter(f: (Int) ⇒ Boolean): BitVector
  9. abstract def filterBounds(f: (Int) ⇒ Boolean): BitVector
  10. abstract def getClass(): Class[_]
    Definition Classes
    Any
  11. abstract def getWord(i: Int): Long
  12. abstract def intersects(bV: BitVector): Int
  13. abstract def intersects(bV: BitVector, position: Int): Boolean
  14. abstract def isEmpty: Boolean
  15. abstract def lastSetBit: Int
  16. abstract def nbWords: Int
  17. abstract def nextSetBit(start: Int): Int
  18. abstract def prevSetBit(start: Int): Int
  19. abstract def setWordExpand(pos: Int, word: Long): BitVector
  20. abstract def setWordShrink(pos: Int, word: Long): BitVector
  21. abstract def subsetOf(bv: BitVector): Boolean
  22. abstract def words: Array[Long]
  23. abstract def |(bv: BitVector): BitVector

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(position: Int): BitVector
  4. def ++(p: Traversable[Int]): BitVector
  5. def --(p: Traversable[Int]): BitVector
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  9. def foreach[U](f: (Int) ⇒ U): Unit
  10. def hashCode(): Int
    Definition Classes
    Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def iterator: Iterator[Int]
  13. def nextOrLoop(i: Int): Int
  14. def set(from: Int, until: Int): BitVector
  15. def shift(n: Int): BitVector
  16. def toString(): String
    Definition Classes
    BitVector → Any
  17. def traversable: Traversable[Int]

Inherited from Any

Ungrouped