|
|||||||||||
| 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.NestedResourceIterator
| Constructor Summary | |
NestedResourceIterator(ValueIterator outerIter)
|
|
| Method Summary | |
void |
close()
Closes the iterator and frees any resources that it uses (e.g. |
abstract ResourceIterator |
getInnerIterator(Value outerValue)
|
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 NestedResourceIterator(ValueIterator outerIter)
| Method Detail |
public boolean hasNext()
throws QueryEvaluationException
ValueIterator
hasNext in interface ValueIteratorQueryEvaluationException
public Value next()
throws QueryEvaluationException
ValueIterator
next in interface ValueIteratorQueryEvaluationException
public Resource nextResource()
throws QueryEvaluationException
ResourceIterator
nextResource in interface ResourceIteratorQueryEvaluationExceptionValueIterator.next()public abstract ResourceIterator getInnerIterator(Value outerValue)
public void close()
ValueIterator
close in interface ValueIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||