Constructor and Description |
---|
IteratorChain() |
Modifier and Type | Method and Description |
---|---|
void |
addIterator(Iterator<E> it) |
boolean |
hasNext() |
E |
next()
hasNext() must ALWAYS be called before calling this
otherwise it's a bit hard to keep track of what's happening
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public E next()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.