eu.fakod.neo4jscala

ConstantScoreIterator

class ConstantScoreIterator[T] extends AbstractIndexHits[T]

replica of the original ConstantScoreIterator which has package visibility class org.neo4j.index.impl.lucene.ConstantScoreIterator<T> extends AbstractIndexHits<T>

Linear Supertypes
AbstractIndexHits[T], IndexHits[T], ResourceIterable[T], Iterable[T], ResourceIterator[T], Resource, AutoCloseable, PrefetchingIterator[T], Iterator[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConstantScoreIterator
  2. AbstractIndexHits
  3. IndexHits
  4. ResourceIterable
  5. Iterable
  6. ResourceIterator
  7. Resource
  8. AutoCloseable
  9. PrefetchingIterator
  10. Iterator
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConstantScoreIterator(items: List[T], score: Float = scala.Float.NaN)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Definition Classes
    AbstractIndexHits → IndexHits → ResourceIterator → Resource → AutoCloseable
  9. def currentScore(): Float

    Definition Classes
    ConstantScoreIterator → IndexHits
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def fetchNextOrNull(): T

    Attributes
    protected
    Definition Classes
    ConstantScoreIterator → PrefetchingIterator
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def forEach(arg0: Consumer[_ >: T]): Unit

    Definition Classes
    Iterable
  15. def forEachRemaining(arg0: Consumer[_ >: T]): Unit

    Definition Classes
    Iterator
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getSingle(): T

    Definition Classes
    AbstractIndexHits → IndexHits
  18. def hasNext(): Boolean

    Definition Classes
    PrefetchingIterator → Iterator
  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. def iterator(): ResourceIterator[T]

    Definition Classes
    AbstractIndexHits → ResourceIterable → Iterable
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def next(): T

    Definition Classes
    PrefetchingIterator → Iterator
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def peek(): T

    Definition Classes
    PrefetchingIterator
  27. def remove(): Unit

    Definition Classes
    PrefetchingIterator → Iterator
  28. def size(): Int

    Definition Classes
    ConstantScoreIterator → IndexHits
  29. def spliterator(): Spliterator[T]

    Definition Classes
    Iterable
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractIndexHits[T]

Inherited from IndexHits[T]

Inherited from ResourceIterable[T]

Inherited from Iterable[T]

Inherited from ResourceIterator[T]

Inherited from Resource

Inherited from AutoCloseable

Inherited from PrefetchingIterator[T]

Inherited from Iterator[T]

Inherited from AnyRef

Inherited from Any

Ungrouped