CompoundIterator
creates an iterator out of several. CompoundIterator 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. NOTE jvs 21-Mar-2006: This class is no longer used except by Saffron, but is generally useful. Should probably be moved to a utility package.
|
|