public class AGNodeIterator extends NiceIterator<Node> implements Closeable
| Constructor and Description |
|---|
AGNodeIterator(TupleQueryResult result)
Constructs an AGNodeIterator from a TupleQueryResult.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Node |
next() |
andThen, andThen, asList, asSet, close, emptyIterator, filterDrop, filterKeep, mapWith, remove, removeNext, toList, toSetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AGNodeIterator(TupleQueryResult result)
result - a TupleQueryResult with binding var "st".public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ClosableIterator<Node>close in class NiceIterator<Node>public boolean hasNext()
Copyright © 2020 Franz Inc.. All rights reserved.