| Modifier and Type | Method and Description |
|---|---|
Pagination |
Page.getPagination()
Returns the
Pagination of the current Page |
Pagination |
Pagination.next()
Returns the
Pagination requesting the next Pagination. |
Pagination |
Pagination.PaginationBuilder.size(long size)
Defines the size of a pagination
|
Pagination |
Pagination.unmodifiable()
Returns a pagination instance that is read-only, in other words, that is not allowed to use the
next(). |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.