org.neo4j.index.impl.lucene
Class AbstractIndexHits<T>
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<T>
org.neo4j.index.impl.lucene.AbstractIndexHits<T>
- All Implemented Interfaces:
- Iterable<T>, Iterator<T>, IndexHits<T>
- Direct Known Subclasses:
- HitsIterator
public abstract class AbstractIndexHits<T>
- extends PrefetchingIterator<T>
- implements IndexHits<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIndexHits
public AbstractIndexHits()
iterator
public Iterator<T> iterator()
- Specified by:
iterator
in interface Iterable<T>
close
public void close()
- Specified by:
close
in interface IndexHits<T>
getSingle
public T getSingle()
- Specified by:
getSingle
in interface IndexHits<T>
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.