Class ComposedIterator<T>

java.lang.Object
org.eclipse.net4j.util.collection.AbstractIterator<T>
org.eclipse.net4j.util.collection.ComposedIterator<T>
All Implemented Interfaces:
Iterator<T>

public class ComposedIterator<T> extends AbstractIterator<T>
An iterator that is composed of multiple delegate iterators.
Since:
3.4
Author:
Eike Stepper