public class JoinedIterator extends Object implements Iterator
JoinedIterator(Iterator[] its, boolean permit_removes)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JoinedIterator(Iterator[] its, boolean permit_removes)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove