|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An iterator over Values that are stored in RDF Sails.
| Method Summary | |
void |
close()
Closes the iterator and frees any resources that it uses (e.g. |
boolean |
hasNext()
Checks whether there are any more values available. |
Value |
next()
Gets the next value. |
| Method Detail |
public boolean hasNext()
throws QueryEvaluationException
QueryEvaluationException
public Value next()
throws QueryEvaluationException
NoSuchElementException - If the iterator has no more
results
QueryEvaluationExceptionpublic void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||