|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultSetPeekable
Interfaces for result sets that allow peeking ahead
| Method Summary | |
|---|---|
QuerySolution |
peek()
Peek at the next query solution |
Binding |
peekBinding()
Peek at the next binding |
| 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 |
|---|
QuerySolution peek()
NoSuchElementException - Thrown if attempting to peek when there are no further elementsBinding peekBinding()
NoSuchElementException - Thrown if attempting to peek when there are no further elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||