T
- public class ArangoCursorIterator<T> extends Object implements ArangoIterator<T>
Modifier | Constructor and Description |
---|---|
protected |
ArangoCursorIterator(ArangoCursor<T> cursor,
com.arangodb.internal.ArangoCursorExecute execute,
com.arangodb.internal.InternalArangoDatabase<?,?> db,
CursorEntity result) |
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
protected ArangoCursorIterator(ArangoCursor<T> cursor, com.arangodb.internal.ArangoCursorExecute execute, com.arangodb.internal.InternalArangoDatabase<?,?> db, CursorEntity result)
public CursorEntity getResult()
protected <R> R deserialize(com.arangodb.velocypack.VPackSlice result, Class<R> type)
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.