Constructor and Description |
---|
ComposedIterator(Iterator<O> outer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
abstract Iterator<? extends I> |
makeInner(O outer) |
I |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<I>
UnsupportedOperationException