Package com.googlecode.objectify.impl
Class ResultWithCursor<T>
- java.lang.Object
-
- com.googlecode.objectify.impl.ResultWithCursor<T>
-
public class ResultWithCursor<T> extends Object
Associates a result value with a cursor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResultWithCursor.Iterator<T>
Turns QueryResults into an iterator of the {result, cursor} tuple
-
Constructor Summary
Constructors Constructor Description ResultWithCursor()
-