Class PrintingIteration

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

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