public class CompoundIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
CompoundIterator(Iterable<Iterator<T>> it) |
CompoundIterator(Iterator<Iterator<T>> it) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CompoundIterator(Iterable<Iterator<T>> it)
public CompoundIterator(Iterator<Iterator<T>> it)
Apache Camel