Interface Pageable

    • Method Detail

      • getNumberOfPages

        int getNumberOfPages()
        Get the total number of pages
        Returns:
        the total number of pages
      • setNumberOfPages

        void setNumberOfPages​(int numberOfPages)
        Set the total number of pages
        Parameters:
        numberOfPages - The total number of pages
      • set

        <T> void set​(List<T> t)
        Set the paged items
        Type Parameters:
        T - The type of objects in the collection
        Parameters:
        t - The collection