|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.rql.model.iterators.StatementSubjectIterator
A ResourceIterator that iterates over the subjects of a set of statements.
| Constructor Summary | |
StatementSubjectIterator(StatementIterator statIter)
|
|
| 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. |
Resource |
nextResource()
Gets the next Resource. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StatementSubjectIterator(StatementIterator statIter)
| Method Detail |
public boolean hasNext()
ValueIterator
hasNext in interface ValueIteratorpublic Value next()
ValueIterator
next in interface ValueIteratorpublic Resource nextResource()
ResourceIterator
nextResource in interface ResourceIteratorValueIterator.next()public void close()
ValueIterator
close in interface ValueIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||