public class TripleQueryIter extends com.hp.hpl.jena.util.iterator.NiceIterator<Triple>
QueryIter over bindings with three s/p/o variables
(see TripleRelation) as an iterator over Triples.
Also implements a cancel() method.| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels query execution.
|
void |
close() |
static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
create(QueryIter wrapped) |
boolean |
hasNext() |
Triple |
next() |
andThen, andThen, asList, asSet, close, emptyIterator, ensureHasNext, filterDrop, filterKeep, mapWith, noElements, remove, removeNext, toList, toSetpublic static com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> create(QueryIter wrapped)
public boolean hasNext()
public Triple next()
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()