E - The type of the iterated values.public final class SerialIterator<E> extends AbstractBaseIterator<E>
Iterator that serializes the results of other iterators.| Constructor and Description |
|---|
SerialIterator(java.util.Iterator<E>... iterators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
remove