public class FlattenedIterator<V> extends Object implements Iterator<V>
Constructor and Description |
---|
FlattenedIterator(Iterator<? extends Iterator<V>> it) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<? extends Iterator<V>> |
external() |
boolean |
hasNext() |
protected Iterator<V> |
internal() |
V |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2002 – 2024 Project Wonder.