public static class CombiningIterable.CombiningIterator<E> extends Object implements Iterator<E>
Iterables.| 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, waitforEachRemainingpublic CombiningIterator(LinkedList<Iterator<E>> iterators)