Package com.arangodb
Interface ArangoIterator<T>
-
- All Superinterfaces:
Iterator<T>
- All Known Subinterfaces:
ArangoCursor<T>
public interface ArangoIterator<T> extends Iterator<T>
- Author:
- Mark Vollmary
-
-
Method Summary
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-