Constructor and Description |
---|
IteratorWrapper(Iterator<T> wrappedIterator)
Creates a wrapping iterator, delegating all method calls to the given
wrappedIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2017 The Apache Software Foundation. All rights reserved.