Class QueryIteratorCaching

All Implemented Interfaces:
Iterator<Binding>, org.apache.jena.atlas.io.Printable, org.apache.jena.atlas.iterator.IteratorCloseable<Binding>, org.apache.jena.atlas.lib.Closeable, QueryIterator, PrintSerializable

public class QueryIteratorCaching extends QueryIteratorWrapper
A caching QueryIterator. On demand, the application can ask for a new query iterator which will repeat the bindings yielded so far.