Class ResultWithCursor<T>

java.lang.Object
com.googlecode.objectify.impl.ResultWithCursor<T>

public class ResultWithCursor<T>
extends Object
Associates a result value with a base cursor + offset to this particular item. Watch out when creating cursors; typically you want a cursor to the next item not this one.
  • Constructor Details

    • ResultWithCursor

      public ResultWithCursor(com.google.appengine.api.datastore.Cursor cursor, int offset, T result, boolean lastInChunk)
  • Method Details

    • getCursor

      public com.google.appengine.api.datastore.Cursor getCursor()
    • getOffset

      public int getOffset()
    • getResult

      public T getResult()
    • isLast

      public boolean isLast()