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, waitforEachRemainingCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.