Class

roar.api.services

RoarSparseFixedBitSet

Related Doc: package services

Permalink

class RoarSparseFixedBitSet extends BitSet with Bits with Accountable

Linear Supertypes
BitSet, Accountable, MutableBits, Bits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RoarSparseFixedBitSet
  2. BitSet
  3. Accountable
  4. MutableBits
  5. Bits
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RoarSparseFixedBitSet(length: Int, indices: Array[Long], bits: Array[Array[Long]], nonZeroLongCount: Int, ramBytesUsed: Long)

    Permalink
  2. new RoarSparseFixedBitSet(length: Int)

    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 approximateCardinality(): Int

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def assertUnpositioned(arg0: DocIdSetIterator): Unit

    Permalink
    Attributes
    protected[org.apache.lucene.util]
    Definition Classes
    BitSet
  7. def cardinality(): Int

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  8. def clear(from: Int, to: Int): Unit

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  9. def clear(i: Int): Unit

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → MutableBits
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(i: Int): Boolean

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → Bits
  15. def getChildResources(): Collection[Accountable]

    Permalink
    Definition Classes
    BitSet → Accountable
  16. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → Bits
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def nextSetBit(i: Int): Int

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def or(it: DocIdSetIterator): Unit

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  25. def prevSetBit(i: Int): Int

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  26. def ramBytesUsed(): Long

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → Accountable
  27. def serialize(os: OutputStream): Unit

    Permalink
  28. def set(i: Int): Unit

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → BitSet
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    RoarSparseFixedBitSet → AnyRef → Any
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def and(arg0: DocIdSetIterator): Unit

    Permalink
    Definition Classes
    BitSet
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def andNot(arg0: DocIdSetIterator): Unit

    Permalink
    Definition Classes
    BitSet
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BitSet

Inherited from Accountable

Inherited from MutableBits

Inherited from Bits

Inherited from AnyRef

Inherited from Any

Ungrouped