com.hp.hpl.jena.sparql.resultset
Interface ResultSetRewindable

All Superinterfaces:
Iterator<QuerySolution>, ResultSet
All Known Subinterfaces:
ResultSetRewindable
All Known Implementing Classes:
RDFInput, ResultSetMem

public interface ResultSetRewindable
extends ResultSet


Method Summary
 void reset()
          Move back to the start of the iterator for this instance of results of a query.
 int size()
          return the number of solutions
 
Methods inherited from interface com.hp.hpl.jena.query.ResultSet
getResourceModel, getResultVars, getRowNumber, hasNext, next, nextBinding, nextSolution
 
Methods inherited from interface java.util.Iterator
remove
 

Method Detail

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



Licenced under the Apache License, Version 2.0