T
- type of object being paged, e.g. MerchantAccount
public 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, wait
forEach, spliterator
private SimplePager<T> pager
private int pageSize
public PaginatedCollection(SimplePager<T> pager)
Copyright © 2013-2019. All Rights Reserved.