Package com.e1c.langtool.history.db.pagination


package com.e1c.langtool.history.db.pagination
  • Class
    Description
    A page is an iterable object that contains the slice of data in specified range.
    Abstract pagination information that is necessary to describe a page and get adjacent pages.
    Extended iterable interface that supports an iterator with step specified by page size.
    A loader that provides getting page from storage by pageable object.
    Page<T>
    Basic implementation of a page.
    An iterator of pages.
    The basic implementation of Pageable.