Class IterationWrapper<E>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.common.iteration.IterationWrapper<E>
All Implemented Interfaces:
AutoCloseable, Iterator<E>, CloseableIteration<E>
Direct Known Subclasses:
BackgroundGraphResult, InsertBindingSetCursor, IteratingGraphQueryResult, IteratingTupleQueryResult, LimitIteration, LockingIteration, SilentIteration, TimeLimitIteration

@Deprecated(since="4.1.0") public class IterationWrapper<E> extends AbstractCloseableIteration<E>
Deprecated.
Abstract superclass for Iterations that wrap other Iterations. The abstract class IterationWrapper itself provides default methods that forward method calls to the wrapped Iteration. Subclasses of IterationWrapper should override some of these methods and may also provide additional methods and fields.