T - type of object being paged, e.g. MerchantAccountpublic class PaginatedCollection<T> extends Object implements Iterable<T>
| Modifier and Type | Class and Description |
|---|---|
private class |
PaginatedCollection.PagedIterator<E> |
| Modifier and Type | Field and Description |
|---|---|
private SimplePager<T> |
pager |
private int |
pageSize |
| Constructor and Description |
|---|
PaginatedCollection(SimplePager<T> pager) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate SimplePager<T> pager
private int pageSize
public PaginatedCollection(SimplePager<T> pager)
Copyright © 2013-2018. All Rights Reserved.