Class ResultSetIterators.ResultSetTriplesIterator
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.sparql.ResultSetIterators.ResultSetTriplesIterator
-
- All Implemented Interfaces:
Iterator<org.apache.jena.graph.Triple>
- Enclosing class:
- ResultSetIterators
public static class ResultSetIterators.ResultSetTriplesIterator extends Object implements Iterator<org.apache.jena.graph.Triple>
If the ResultSet contains appropriate values for s, p, and o, return a Triple for each row.
-
-
Constructor Summary
Constructors Constructor Description ResultSetTriplesIterator(org.apache.jena.query.ResultSet resultSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()org.apache.jena.graph.Triplenext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-