public interface ArangoCursor<T> extends ArangoIterable<T>, ArangoIterator<T>, Closeable
Modifier and Type | Method and Description |
---|---|
List<T> |
asListRemaining() |
Integer |
getCount() |
String |
getId() |
CursorEntity.Stats |
getStats() |
Class<T> |
getType() |
Collection<CursorEntity.Warning> |
getWarnings() |
boolean |
isCached() |
allMatch, anyMatch, collectInto, count, filter, first, foreach, iterator, map, noneMatch
forEach, spliterator
forEachRemaining, hasNext, next, remove
String getId()
Integer getCount()
CursorEntity.Stats getStats()
Collection<CursorEntity.Warning> getWarnings()
boolean isCached()
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.