Class PaginatorImpl

    • Constructor Detail

      • PaginatorImpl

        public PaginatorImpl​(long itemsPerPage)
    • Method Detail

      • createPage

        protected Page createPage​(long pageNumber,
                                  long pageStart,
                                  long pageEnd,
                                  boolean isActive)
        Specified by:
        createPage in class PaginatorBase<Page>