Package com.googlecode.objectify.impl
Class Chunk<T>
java.lang.Object
com.googlecode.objectify.impl.Chunk<T>
- All Implemented Interfaces:
Iterator<ResultWithCursor<T>>
public class Chunk<T> extends Object implements Iterator<ResultWithCursor<T>>
A single chunk during a query.