T - this the class object that contains the resultspublic class Pagination<T> extends Object
| Constructor and Description |
|---|
Pagination() |
Pagination(List<T> entities,
int totalCount,
int currentPageItemsCount,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPageItemsCount() |
List<T> |
getEntities() |
int |
getOffset() |
int |
getTotalCount() |
Copyright © 2023. All rights reserved.