Package com.e1c.langtool.history.db.pagination
package com.e1c.langtool.history.db.pagination
-
ClassDescriptionIPage<T>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.IPageLoader<T>A loader that provides getting page from storage by pageable object.Page<T>Basic implementation of a page.PageIterator<T>An iterator of pages.The basic implementation of
Pageable.