- java.lang.Object
-
- org.neo4j.helpers.collection.PrefetchingIterator<T>
-
- org.neo4j.index.impl.lucene.AbstractIndexHits<T>
-
-
Field Summary
-
Fields inherited from interface org.neo4j.graphdb.Resource
EMPTY
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close() |
T |
getSingle() |
org.neo4j.graphdb.index.IndexHits<T> |
iterator() |
-
Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator
hasNext, next, peek, remove
-
Methods inherited from interface org.neo4j.graphdb.index.IndexHits
currentScore, size
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interface AutoCloseable
- Specified by:
close
in interface org.neo4j.graphdb.index.IndexHits<T>
- Specified by:
close
in interface org.neo4j.graphdb.Resource
- Specified by:
close
in interface org.neo4j.graphdb.ResourceIterator<T>
-
getSingle
public T getSingle()
- Specified by:
getSingle
in interface org.neo4j.graphdb.index.IndexHits<T>
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.