Class CloseableIteratorIteration<E,X extends Exception>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration<E,X>
All Implemented Interfaces:
AutoCloseable, CloseableIteration<E,X>, Iteration<E,X>
Direct Known Subclasses:
GroupIterator

@Deprecated(since="4.1.0") public class CloseableIteratorIteration<E,X extends Exception> extends AbstractCloseableIteration<E,X>
Deprecated.
An Iteration that can convert an Iterator to a CloseableIteration.