Class LazyMutableClosableIteration

java.lang.Object
org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
All Implemented Interfaces:
AutoCloseable, CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>

public class LazyMutableClosableIteration extends Object implements CloseableIteration<BindingSet,QueryEvaluationException>
A specialized CloseableIteration that allows repetitive iterations after resetting the cursor using resetCursor().

Note that the inner iteration is lazily consumed.

Author:
Andreas Schwarte