public class JoinedIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
JoinedIterator(Iterator<T>... iteratorsToWrap) |
JoinedIterator(List<Iterator<T>> wrappedIterators) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
protected void |
updateCurrentIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2016 JBoss by Red Hat. All rights reserved.