Class PaginationList<T>

  • Type Parameters:
    T - the type of the items in the list.
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>, SilverpeasList<T>

    public class PaginationList<T>
    extends SilverpeasListWrapper<T>
    The pagination list is a decorator of a collection by adding it some methods used in the pagination. The pagination list defines a given page to a full collection of items.
    Author:
    mmoquillon