public class AGNodeIterator extends com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Node> implements Closeable
| Constructor and Description |
|---|
AGNodeIterator(org.openrdf.query.TupleQueryResult result)
Constructs an AGNodeIterator from a TupleQueryResult.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases system resources associated with the object.
|
boolean |
hasNext() |
com.hp.hpl.jena.graph.Node |
next() |
andThen, andThen, asList, asSet, close, emptyIterator, filterDrop, filterKeep, mapWith, remove, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AGNodeIterator(org.openrdf.query.TupleQueryResult result)
result - a TupleQueryResult with binding var "st".public void close()
Closeableclose in interface Closeableclose in interface com.hp.hpl.jena.util.iterator.ClosableIterator<com.hp.hpl.jena.graph.Node>close in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Node>Closeable.close()public boolean hasNext()