Neo4j Enterprise

org.neo4j.graphdb
Interface ResourceIterator<T>

All Superinterfaces:
Closeable, Iterator<T>

public interface ResourceIterator<T>
extends Iterator<T>, Closeable


Method Summary
 void close()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()
Specified by:
close in interface Closeable

Neo4j Enterprise

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