|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.util.iterator.NiceIterator<Triple>
org.d2rq.find.TripleQueryIter
public class TripleQueryIter
Wraps a QueryIter
over bindings with three s/p/o variables
(see TripleRelation
) as an iterator over Triple
s.
Also adds a cancel()
method that wouldn't usually be
available on Jena's triple iterators.
Method Summary | |
---|---|
void |
cancel()
Cancels query execution. |
void |
close()
|
static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
create(QueryIter wrapped)
|
boolean |
hasNext()
|
Triple |
next()
|
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator |
---|
andThen, andThen, asList, asSet, close, emptyIterator, ensureHasNext, filterDrop, filterKeep, mapWith, noElements, remove, removeNext, toList, toSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> create(QueryIter wrapped)
public boolean hasNext()
hasNext
in interface Iterator<Triple>
hasNext
in class com.hp.hpl.jena.util.iterator.NiceIterator<Triple>
public Triple next()
next
in interface Iterator<Triple>
next
in class com.hp.hpl.jena.util.iterator.NiceIterator<Triple>
public void close()
close
in interface com.hp.hpl.jena.util.iterator.ClosableIterator<Triple>
close
in class com.hp.hpl.jena.util.iterator.NiceIterator<Triple>
public void cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |