Package com.arangodb.internal.cursor
Class ArangoCursorImpl.ArangoCursorIterator<T>
java.lang.Object
com.arangodb.internal.cursor.ArangoCursorImpl.ArangoCursorIterator<T>
- All Implemented Interfaces:
ArangoIterator<T>
,Iterator<T>
- Enclosing class:
- ArangoCursorImpl<T>
protected static class ArangoCursorImpl.ArangoCursorIterator<T>
extends Object
implements ArangoIterator<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ArangoCursorIterator
(String cursorId, ArangoCursorExecute<T> execute, CursorEntity<T> result) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove