Package apoc.util.collection
Class PrefetchingResourceIterator<T>
java.lang.Object
apoc.util.collection.PrefetchingIterator<T>
apoc.util.collection.PrefetchingResourceIterator<T>
- All Implemented Interfaces:
AutoCloseable,Iterator<T>,org.neo4j.graphdb.Resource,org.neo4j.graphdb.ResourceIterator<T>
- Direct Known Subclasses:
NestingResourceIterator
public abstract class PrefetchingResourceIterator<T>
extends PrefetchingIterator<T>
implements org.neo4j.graphdb.ResourceIterator<T>
-
Field Summary
Fields inherited from interface org.neo4j.graphdb.Resource
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class apoc.util.collection.PrefetchingIterator
fetchNextOrNull, hasNext, next, peek, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.neo4j.graphdb.ResourceIterator
close, map, stream
-
Constructor Details
-
PrefetchingResourceIterator
public PrefetchingResourceIterator()
-