public class VirtResSetIter
extends com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>
| Constructor and Description |
|---|
VirtResSetIter() |
VirtResSetIter(VirtGraph graph,
java.sql.Statement stmt,
java.sql.ResultSet resultSet,
com.hp.hpl.jena.graph.TripleMatch in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
com.hp.hpl.jena.graph.Triple |
next() |
void |
remove() |
com.hp.hpl.jena.graph.Triple |
removeNext() |
public VirtResSetIter()
public VirtResSetIter(VirtGraph graph, java.sql.Statement stmt, java.sql.ResultSet resultSet, com.hp.hpl.jena.graph.TripleMatch in)
public boolean hasNext()
hasNext in interface java.util.Iterator<com.hp.hpl.jena.graph.Triple>hasNext in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>public com.hp.hpl.jena.graph.Triple removeNext()
removeNext in interface com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple>removeNext in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>public com.hp.hpl.jena.graph.Triple next()
next in interface java.util.Iterator<com.hp.hpl.jena.graph.Triple>next in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>public void remove()
remove in interface java.util.Iterator<com.hp.hpl.jena.graph.Triple>remove in class com.hp.hpl.jena.util.iterator.NiceIterator<com.hp.hpl.jena.graph.Triple>public void close()
close 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>