public class Chunk<T> extends Object implements Iterator<ResultWithCursor<T>>
| Constructor and Description |
|---|
Chunk(com.google.appengine.api.datastore.Cursor cursor,
Iterable<T> result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ResultWithCursor<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ResultWithCursor<T>>public ResultWithCursor<T> next()
next in interface Iterator<ResultWithCursor<T>>public void remove()
remove in interface Iterator<ResultWithCursor<T>>Copyright © 2015. All rights reserved.