Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal.cursor |
Modifier and Type | Interface and Description |
---|---|
interface |
ArangoCursor<T> |
Modifier and Type | Method and Description |
---|---|
ArangoIterator<T> |
ArangoIterable.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
ArangoCursorImpl<T> |
class |
ArangoCursorIterator<T> |
class |
ArangoFilterIterator<T> |
class |
ArangoMappingIterator<R,T> |
Modifier and Type | Method and Description |
---|---|
ArangoIterator<T> |
ArangoCursorImpl.iterator() |
ArangoIterator<T> |
ArangoFilterIterable.iterator() |
ArangoIterator<T> |
ArangoMappingIterable.iterator() |
Constructor and Description |
---|
ArangoFilterIterator(ArangoIterator<T> iterator,
Predicate<? super T> predicate) |
ArangoMappingIterator(ArangoIterator<R> iterator,
Function<? super R,? extends T> mapper) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.