| Constructor and Description |
|---|
CompositeIterator(Iterable<? extends Iterator<? extends E>> iterators)
Constructs a new composite iterator.
|
CompositeIterator(Iterator<? extends E>... iterators)
Constructs a new composite iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, remove@SafeVarargs public CompositeIterator(Iterator<? extends E>... iterators)
iterables - a series of iteratorsCopyright © 2019 JBoss by Red Hat. All rights reserved.