Class UnionIteration<E,X extends Exception>

java.lang.Object
All Implemented Interfaces:
AutoCloseable, CloseableIteration<E,X>, Iteration<E,X>

@Deprecated(since="4.1.0") public class UnionIteration<E,X extends Exception> extends LookAheadIteration<E,X>
Deprecated.
An Iteration that returns the bag union of the results of a number of Iterations. 'Bag union' means that the UnionIteration does not filter duplicate objects.