public static class Iterators.IteratorIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
IteratorIterator(java.util.Iterator keys,
Factory<java.util.Iterator<T>> iterFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |