public interface ArangoCursor<T> extends ArangoIterable<T>, ArangoIterator<T>, Closeable
Modifier and Type | Method and Description |
---|---|
List<T> |
asListRemaining() |
Integer |
getCount() |
String |
getId() |
Map<String,Object> |
getStats() |
Class<T> |
getType() |
Collection<CursorWarning> |
getWarnings() |
boolean |
isCached() |
boolean |
isPotentialDirtyRead() |
iterator, stream
forEach, spliterator
forEachRemaining, hasNext, next, remove
String getId()
Integer getCount()
Map<String,Object> getStats()
Collection<CursorWarning> getWarnings()
boolean isCached()
boolean isPotentialDirtyRead()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.