com.hp.hpl.jena.query
Interface ResultSetRewindable

All Superinterfaces:
Iterator<QuerySolution>, ResultSet, ResultSetRewindable

public interface ResultSetRewindable
extends ResultSetRewindable


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.

Specified by:
reset in interface ResultSetRewindable

size

int size()
return the number of solutions

Specified by:
size in interface ResultSetRewindable


Licenced under the Apache License, Version 2.0