E - the type of the iterated elements.@NotThreadSafe public final class CompoundIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
CompoundIterator(Iterator<? extends E> first,
Iterator<? extends E> second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2012–2016 Schlichtherle IT Services. All rights reserved.