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, toSet
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public AGNodeIterator(TupleQueryResult result)
result
- a TupleQueryResult with binding var "st".public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface ClosableIterator<Node>
close
in class NiceIterator<Node>
public boolean hasNext()
Copyright © 2024 Franz Inc.. All rights reserved.