T - the type of items to returnU - the type of items to wrap/convert frompublic abstract class IterableWrapper<T,U> extends Object implements Iterable<T>
Iterable so that it returns items of another type. The
iteration is done lazily.| Constructor and Description |
|---|
IterableWrapper(Iterable<U> iterableToWrap) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.