Package com.c8db.internal.cursor
Class C8CursorIterator<T>
- java.lang.Object
-
- com.c8db.internal.cursor.C8CursorIterator<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
C8Iterator<T>,Iterator<T>
public class C8CursorIterator<T> extends Object implements C8Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedC8CursorIterator(C8Cursor<T> cursor, C8CursorExecute execute, InternalC8Database<?,?> db, CursorEntity result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <R> Rdeserialize(com.arangodb.velocypack.VPackSlice result, Class<R> type)CursorEntitygetResult()booleanhasNext()Tnext()voidremove()-
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
-
-
-
-
Constructor Detail
-
C8CursorIterator
protected C8CursorIterator(C8Cursor<T> cursor, C8CursorExecute execute, InternalC8Database<?,?> db, CursorEntity result)
-
-
Method Detail
-
getResult
public CursorEntity getResult()
-
deserialize
protected <R> R deserialize(com.arangodb.velocypack.VPackSlice result, Class<R> type)
-
-