|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sail.util.SingleStatementIterator
An iterator over a single statements.
| Constructor Summary | |
SingleStatementIterator(Resource subject,
Resource predicate,
Value object)
|
|
| Method Summary | |
void |
close()
Closes the iterator and frees any resources that it uses (e.g. |
boolean |
hasNext()
Checks whether there are any more statements available. |
Statement |
next()
Gets the next statement. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SingleStatementIterator(Resource subject,
Resource predicate,
Value object)
| Method Detail |
public boolean hasNext()
StatementIterator
hasNext in interface StatementIteratorpublic Statement next()
StatementIterator
next in interface StatementIteratorpublic void close()
StatementIterator
close in interface StatementIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||