org.neo4j.index.impl.lucene
Class CombinedIndexHits<T>
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<T>
org.neo4j.helpers.collection.CombiningIterator<T>
org.neo4j.index.impl.lucene.CombinedIndexHits<T>
- All Implemented Interfaces:
- Iterable<T>, Iterator<T>, org.neo4j.graphdb.index.IndexHits<T>
public class CombinedIndexHits<T>
- extends org.neo4j.helpers.collection.CombiningIterator<T>
- implements org.neo4j.graphdb.index.IndexHits<T>
| Methods inherited from class org.neo4j.helpers.collection.CombiningIterator |
fetchNextOrNull |
| Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator |
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedIndexHits
public CombinedIndexHits(Collection<org.neo4j.graphdb.index.IndexHits<T>> iterators)
iterator
public Iterator<T> iterator()
- Specified by:
iterator in interface Iterable<T>
currentIterator
protected org.neo4j.graphdb.index.IndexHits<T> currentIterator()
- Overrides:
currentIterator in class org.neo4j.helpers.collection.CombiningIterator<T>
size
public int size()
- Specified by:
size in interface org.neo4j.graphdb.index.IndexHits<T>
close
public void close()
- Specified by:
close in interface org.neo4j.graphdb.index.IndexHits<T>
getSingle
public T getSingle()
- Specified by:
getSingle in interface org.neo4j.graphdb.index.IndexHits<T>
currentScore
public float currentScore()
- Specified by:
currentScore in interface org.neo4j.graphdb.index.IndexHits<T>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.