Class CombinedIterator<ELEMENTTYPE>

java.lang.Object
com.helger.commons.collection.iterate.CombinedIterator<ELEMENTTYPE>
Type Parameters:
ELEMENTTYPE - The type to be enumerated
All Implemented Interfaces:
Iterator<ELEMENTTYPE>

public final class CombinedIterator<ELEMENTTYPE> extends Object implements Iterator<ELEMENTTYPE>
A specific enumeration iterating over two consecutive enumerations.
Author:
Philip Helger