java.lang.Object
org.apache.jena.sparql.engine.JsonIterator
- All Implemented Interfaces:
Iterator<JsonObject>
Deprecated.
A JSON iterator for JsonObject's, that wraps a QueryIterator, and a list
of result variables.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonIterator
(QueryIterator queryIterator, Map<String, Node> template) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
JsonIterator
Deprecated.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated.- Specified by:
hasNext
in interfaceIterator<JsonObject>
-
next
Deprecated.- Specified by:
next
in interfaceIterator<JsonObject>
-
JsonResults.iterator(org.apache.jena.sparql.engine.QueryIterator, java.util.Map<java.lang.String, org.apache.jena.graph.Node>)
.