E - The type of the iterated values.public final class SerialIteratorIterator<E> extends AbstractBaseIterator<E>
Iterator that serializes the results of other Iterators which are iterated by an Iterator themselves.| Constructor and Description |
|---|
SerialIteratorIterator(java.util.Iterator<java.util.Iterator<E>> iteratorIterator)
Constructor of a
SerialIteratorIterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
removepublic SerialIteratorIterator(java.util.Iterator<java.util.Iterator<E>> iteratorIterator)
SerialIteratorIterator.iteratorIterator - An Iterator that iterates other iterators of type <E>.public boolean hasNext()
public E next()