Class DualUnionIteration<E>

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

@Deprecated(since="4.1.0") public class DualUnionIteration<E> extends Object implements CloseableIteration<E>
Deprecated.
Provides a bag union of the two provided iterations.