|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of result returned by the querypublic interface QueryResultIterator<T>
A class that iterates through the results of a Query
Method Summary | |
---|---|
Cursor |
getCursor()
Gets a Cursor that points to the Entity immediately after
the last Entity that was retrieved by Iterator.next() . |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
Cursor getCursor()
Cursor
that points to the Entity
immediately after
the last Entity
that was retrieved by Iterator.next()
.
Cursor
or null
if this query result cannot be resumed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |