| Constructor and Description |
|---|
ArangoCursorIterator(ArangoCursor<T> cursor,
ArangoCursorExecute execute,
InternalArangoDatabase<?,?,?,?> db,
CursorEntity result) |
| Modifier and Type | Method and Description |
|---|---|
CursorEntity |
getResult() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ArangoCursorIterator(ArangoCursor<T> cursor, ArangoCursorExecute execute, InternalArangoDatabase<?,?,?,?> db, CursorEntity result)
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.