public class AGTripleIterator extends com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple> implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases system resources associated with the object.
|
boolean |
hasNext() |
com.hp.hpl.jena.graph.Triple |
next() |
void |
remove() |
andThen, andThen, asList, asSet, close, emptyIterator, filterDrop, filterKeep, mapWith, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
Closeableclose in interface Closeableclose in interface com.hp.hpl.jena.util.iterator.ClosableIterator<com.hp.hpl.jena.graph.Triple>close in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>Closeable.close()public boolean hasNext()
public com.hp.hpl.jena.graph.Triple next()