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