Iterator<T>
ChainedIterator(Iterator<Iterator<T>> iterators)
boolean
hasNext()
T
next()
void
remove()
protected T
seek()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove