public class CompoundIterator<T> extends java.lang.Object implements java.util.Iterator<T>
CompoundIterator(java.util.Iterator<T> first, java.util.Iterator<T> second)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompoundIterator(java.util.Iterator<T> first, java.util.Iterator<T> second)
public void remove()
remove
java.util.Iterator<T>
public T next()
next
public boolean hasNext()
hasNext