Class UnionIteration<E>

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

public class UnionIteration<E> extends LookAheadIteration<E>
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.