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