|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.collection.CombiningIterable<T>
T - the type of items in the iteration.public class CombiningIterable<T>
Combining one or more Iterables, making them look like they were
one big iterable. All iteration/combining is done lazily.
| Constructor Summary | |
|---|---|
CombiningIterable(java.lang.Iterable<java.lang.Iterable<T>> iterables)
|
|
| Method Summary | |
|---|---|
java.util.Iterator<T> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombiningIterable(java.lang.Iterable<java.lang.Iterable<T>> iterables)
| Method Detail |
|---|
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||