Interface QueryResultIterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cursor
getCursor()
Gets aCursor
that points to theEntity
immediately after the lastEntity
that was retrieved byIterator.next()
.List<Index>
getIndexList()
Get the indexes used to perform the query.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-