Class CloseableIteratorIteration<E>

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

public class CloseableIteratorIteration<E> extends Object implements CloseableIteration<E>
An Iteration that can convert an Iterator to a CloseableIteration.