Interface QueryResultIterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CursorgetCursor()Gets aCursorthat points to theEntityimmediately after the lastEntitythat 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
-
-