org.neo4j.helpers.collection
Class CombiningIterable<T>
java.lang.Object
org.neo4j.helpers.collection.CombiningIterable<T>
- Type Parameters:
T
- the type of items in the iteration.
- All Implemented Interfaces:
- Iterable<T>
public class CombiningIterable<T>
- extends Object
- implements Iterable<T>
Combining one or more Iterable
s, making them look like they were
one big iterable. All iteration/combining is done lazily.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombiningIterable
public CombiningIterable(Iterable<Iterable<T>> iterables)
iterator
public Iterator<T> iterator()
- Specified by:
iterator
in interface Iterable<T>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.