E - The type of the iterated values.public final class Flattened<E> extends AbstractBaseIterator<E>
Iterator that serializes the values of multiple Iterables. This means, it iterates the elements of each Iterable before moving on
to the next Iterable.Serialized| Constructor and Description |
|---|
Flattened(java.lang.Iterable<E>... iterables)
Constructor of an
Iterator that serializes the elements of Iterables. |
Flattened(java.util.Iterator<java.lang.Iterable<E>> iterableIterator)
Constructor of a
Flattened Iterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
equals, hashCode, remove