public final class MultiIterator<T> extends Object implements Iterator<T>, Serializable
Constructor and Description |
---|
MultiIterator() |
Modifier and Type | Method and Description |
---|---|
void |
addIterator(Iterator<T> iterator) |
void |
clear() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.