|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.helpers.collection.NestingIterable<T,U>
T - the type of items.U - the type of items in the surface item iteratorpublic abstract class NestingIterable<T,U>
Concatenates sub-iterables of an iterable.
NestingIterator| Constructor Summary | |
|---|---|
NestingIterable(java.lang.Iterable<U> source)
|
|
| Method Summary | |
|---|---|
protected abstract java.util.Iterator<T> |
createNestedIterator(U item)
|
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 NestingIterable(java.lang.Iterable<U> source)
| Method Detail |
|---|
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>protected abstract java.util.Iterator<T> createNestedIterator(U item)
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||