CompoundTupleIter
creates an iterator out of several iterators. CompoundTupleIter is serial: it yields all the elements of its first input Iterator, then all those of its second input, etc. When all inputs are exhausted, it is done. (Cf {@link CompoundParallelTupleIter}.) @author Stephan Zuercher @version $Id$
|
|