E - The type of the iterated values.Flattened, to be removed in version 2.0@Deprecated public final class SerialIterableIterator<E> extends AbstractBaseIterator<E>
Iterator that serializes the results of Iterables which are iterated by an Iterator.| Constructor and Description |
|---|
SerialIterableIterator(java.util.Iterator<java.lang.Iterable<E>> iterableIterator)
Deprecated.
Constructor of a
SerialIterableIterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
|
equals, hashCode, removepublic SerialIterableIterator(java.util.Iterator<java.lang.Iterable<E>> iterableIterator)
SerialIterableIterator.iterableIterator - An Iterator that iterates Iterables of type <E>.public boolean hasNext()
public E next()