Modifier and Type | Class and Description |
---|---|
class |
CursorResultSet.CursorIterator |
Constructor and Description |
---|
CursorResultSet(String database,
InternalCursorDriver cursorDriver,
CursorEntity<T> entity,
Class<?>... clazz) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getTotalCount() |
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
updateEntity() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CursorResultSet(String database, InternalCursorDriver cursorDriver, CursorEntity<T> entity, Class<?>... clazz)
public boolean hasNext()
public T next()
public void close() throws ArangoException
ArangoException
public int getTotalCount()
public void updateEntity() throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.