public class CombinedIndexHits<T>
extends org.neo4j.helpers.collection.CombiningIterator<T>
implements org.neo4j.graphdb.index.IndexHits<T>
| Constructor and Description |
|---|
CombinedIndexHits(Collection<org.neo4j.graphdb.index.IndexHits<T>> iterators) |
public CombinedIndexHits(Collection<org.neo4j.graphdb.index.IndexHits<T>> iterators)
public org.neo4j.graphdb.index.IndexHits<T> iterator()
public int size()
size in interface org.neo4j.graphdb.index.IndexHits<T>public void close()
close in interface AutoCloseableclose in interface org.neo4j.graphdb.index.IndexHits<T>close in interface org.neo4j.graphdb.Resourceclose in interface org.neo4j.graphdb.ResourceIterator<T>public T getSingle()
getSingle in interface org.neo4j.graphdb.index.IndexHits<T>public float currentScore()
currentScore in interface org.neo4j.graphdb.index.IndexHits<T>Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.