Class ResultWithCursor.Iterator<T>

java.lang.Object
com.googlecode.objectify.impl.ResultWithCursor.Iterator<T>
All Implemented Interfaces:
Iterator<ResultWithCursor<T>>
Enclosing class:
ResultWithCursor<T>

public static class ResultWithCursor.Iterator<T> extends Object implements Iterator<ResultWithCursor<T>>
Turns QueryResults into an iterator of the {result, cursor} tuple
  • Constructor Details

    • Iterator

      public Iterator()
  • Method Details