org.neo4j.graphdb
Interface ResourceIterable<T>

All Superinterfaces:
Iterable<T>

public interface ResourceIterable<T>
extends Iterable<T>


Method Summary
 ResourceIterator<T> iterator()
           
 

Method Detail

iterator

ResourceIterator<T> iterator()
Specified by:
iterator in interface Iterable<T>


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