Class DualUnionIteration<E>

java.lang.Object
org.eclipse.rdf4j.common.iteration.DualUnionIteration<E>
All Implemented Interfaces:
AutoCloseable, Iterator<E>, CloseableIteration<E>

public class DualUnionIteration<E> extends Object implements CloseableIteration<E>
Provides a bag union of the two provided iterations.