public static class Iterators.IteratorIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
The IteratorIterator loops through the iterator associated with each key until all the keys are used up.
Constructor and Description |
---|
IteratorIterator(java.util.Iterator<java.util.Iterator<T>> iters) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public IteratorIterator(java.util.Iterator<java.util.Iterator<T>> iters)