Class IteratorIteration<E,X extends Exception>

java.lang.Object
org.eclipse.rdf4j.common.iteration.IteratorIteration<E,X>
All Implemented Interfaces:
Iteration<E,X>

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