Class 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