Package org.moeaframework.util
Class Concaterator<T>
java.lang.Object
org.moeaframework.util.Concaterator<T>
- Type Parameters:
T
- the type contained in the iterator
- All Implemented Interfaces:
Iterator<T>
An iterator that produces the concatenation of multiple iterators.
-
Constructor Summary
ConstructorDescriptionConcaterator
(Iterator<T>... iterators) Constructs an iterator of the given iterators. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove