Constructor and Description |
---|
CompositeIterator()
Create a new composite iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Iterator<E> iterator)
Add given iterator to this composite.
|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CompositeIterator()
add(Iterator)
method.