public class JsonIterator extends Object implements Iterator<JsonObject>
| Constructor and Description |
|---|
JsonIterator(QueryIterator queryIterator,
List<String> resultVars) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
JsonObject |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic JsonIterator(QueryIterator queryIterator, List<String> resultVars)
public boolean hasNext()
hasNext in interface Iterator<JsonObject>public JsonObject next()
next in interface Iterator<JsonObject>public void remove()
remove in interface Iterator<JsonObject>Licenced under the Apache License, Version 2.0