|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.collection.PrefetchingIterator<T>
org.neo4j.index.impl.lucene.AbstractIndexHits<T>
public abstract class AbstractIndexHits<T>
| Constructor Summary | |
|---|---|
AbstractIndexHits()
|
|
| Method Summary | |
|---|---|
void |
close()
|
T |
getSingle()
|
Iterator<T> |
iterator()
|
| Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator |
|---|
fetchNextOrNull, getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.neo4j.graphdb.index.IndexHits |
|---|
currentScore, size |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Constructor Detail |
|---|
public AbstractIndexHits()
| Method Detail |
|---|
public Iterator<T> iterator()
iterator in interface Iterable<T>public void close()
close in interface org.neo4j.graphdb.index.IndexHits<T>public T getSingle()
getSingle in interface org.neo4j.graphdb.index.IndexHits<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||