public static class CombiningIterable.CombiningIterator<E> extends Object implements Iterator<E>
Iterable
s.Constructor and Description |
---|
CombiningIterator(Iterator<E>... iterators) |
CombiningIterator(LinkedList<Iterator<E>> iterators) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CombiningIterator(LinkedList<Iterator<E>> iterators)