Class PrintingIteration

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

public class PrintingIteration extends AbstractCloseableIteration<BindingSet>
Print the bindings of the inner iteration to stdout, however maintain a copy, which is accessible through this iteration.
Author:
Andreas Schwarte