Package apoc.util.collection
Class NestingResourceIterator<T,U>
java.lang.Object
apoc.util.collection.PrefetchingIterator<T>
apoc.util.collection.PrefetchingResourceIterator<T>
apoc.util.collection.NestingResourceIterator<T,U>
- All Implemented Interfaces:
AutoCloseable,Iterator<T>,org.neo4j.graphdb.Resource,org.neo4j.graphdb.ResourceIterator<T>
-
Field Summary
Fields inherited from interface org.neo4j.graphdb.Resource
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected abstract org.neo4j.graphdb.ResourceIterator<T>createNestedIterator(U item) protected TMethods inherited from class apoc.util.collection.PrefetchingIterator
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
map, stream
-
Constructor Details
-
NestingResourceIterator
-
-
Method Details
-
createNestedIterator
-
fetchNextOrNull
- Specified by:
fetchNextOrNullin classPrefetchingIterator<T>
-
close
public void close()
-