E - The type of the iterated values.Serialized, to be removed in version 2.0.@Deprecated 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)
Deprecated.
Constructor of a
SerialIteratorIterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
|
equals, hashCode, 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()