Interface Page<T>

All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
DocumentPage, PojoPage<T>

public interface Page<T>extends Iterable<T>
A generic interface for pagination through large sets of items of type <T>.