Constructor and Description |
---|
ArangoCursorIterator(ArangoCursor<T> cursor,
ArangoCursorExecute execute,
InternalArangoDatabase<?,?,?,?> db,
CursorEntity result,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
protected <R> R |
deserialize(com.arangodb.velocypack.VPackSlice result,
Class<R> type) |
CursorEntity |
getResult() |
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, HostHandle hostHandle)
public CursorEntity getResult()
protected <R> R deserialize(com.arangodb.velocypack.VPackSlice result, Class<R> type)
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.