public class PagedList<T> extends CountedList<T>
modCount
Constructor and Description |
---|
PagedList(List<T> unpagedList,
PagingParameters previousPage,
PagingParameters nextPage) |
PagedList(List<T> unpagedList,
PagingParameters previousPage,
PagingParameters nextPage,
Integer totalCount) |
Modifier and Type | Method and Description |
---|---|
PagingParameters |
getNextPage() |
PagingParameters |
getPreviousPage() |
getTotalCount
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public PagedList(List<T> unpagedList, PagingParameters previousPage, PagingParameters nextPage)
public PagedList(List<T> unpagedList, PagingParameters previousPage, PagingParameters nextPage, Integer totalCount)
public PagingParameters getPreviousPage()
public PagingParameters getNextPage()