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