Class LazyMutableClosableIteration

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

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

Note that the inner iteration is lazily consumed.

Author:
Andreas Schwarte