Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.ResourceIterator

Packages that use ResourceIterator
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
 

Uses of ResourceIterator in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return ResourceIterator
 ResourceIterator<T> ResourceIterable.iterator()
           
 

Uses of ResourceIterator in org.neo4j.helpers.collection
 

Methods in org.neo4j.helpers.collection that return ResourceIterator
static
<T> ResourceIterator<T>
IteratorUtil.emptyIterator()
           
static
<T> ResourceIterator<T>
IteratorUtil.withResource(Iterator<T> iterator, Closeable closeable)
           
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.