public class CompositeIterator implements Iterator(Code)
Iterator that combines multiple other iterators. This is a simple implementation
that just maintains a list of iterators which are invoked in sequence untill
all iterators are exhausted.
author: Erwin Vervaet