Class MutableTupleQueryResult

java.lang.Object
org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
All Implemented Interfaces:
AutoCloseable, Cloneable, Iterable<BindingSet>, Iterator<BindingSet>, CloseableIteration<BindingSet>, QueryResult<BindingSet>, TupleQueryResult

public class MutableTupleQueryResult extends Object implements TupleQueryResult, Cloneable
An implementation of the TupleQueryResult interface that stores the complete query result in memory. The query results in a MutableTupleQueryResult can be iterated over multiple times and can also be iterated over in reverse order.
Author:
Arjohn Kampman