- All Superinterfaces:
Iterator<QuerySolution>
,ResultSet
- All Known Implementing Classes:
RDFInput
,ResultSetMem
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
Methods inherited from interface org.apache.jena.query.ResultSet
close, getResourceModel, getResultVars, getRowNumber, hasNext, materialise, next, nextBinding, nextSolution, rewindable
-
Method Details
-
reset
void reset()Move back to the start of the iterator for this instance of results of a query. -
size
int size()return the number of solutions
-