public class CompositeIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
CompositeIterator(Iterator<T>[] children) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining