E - The element class type.public class MultiIterable<E> extends Object implements Iterable<E>
| Constructor and Description |
|---|
MultiIterable(Iterator<E>... iterators)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MultiIterable<E> |
append(Iterator<E> iterator)
Appends the specified iterator to this list of iterators.
|
Iterator<E> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MultiIterable(Iterator<E>... iterators)
iterators - The list of iterators to iterate over.public MultiIterable<E> append(Iterator<E> iterator)
iterator - The iterator to append.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.