apoc.util.collection.PrefetchingResourceIterator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apoc-common Show documentation
Show all versions of apoc-common Show documentation
Data types package for Neo4j Procedures
package apoc.util.collection;
import org.neo4j.graphdb.ResourceIterator;
public abstract class PrefetchingResourceIterator extends PrefetchingIterator implements ResourceIterator {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy