Constructor and Description |
---|
ChunkIterator(com.google.appengine.api.datastore.QueryResultIterator<Key<T>> allKeys,
int chunkSize,
LoadEngine engine) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Chunk<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ChunkIterator(com.google.appengine.api.datastore.QueryResultIterator<Key<T>> allKeys, int chunkSize, LoadEngine engine)
Copyright © 2017. All rights reserved.