Class PagerInfo
-
- All Implemented Interfaces:
public class PagerInfo
分页工具信息
-
-
Field Summary
Fields Modifier and Type Field Description public final int
pageSize
-
Constructor Summary
Constructors Constructor Description PagerInfo(int pageSize)
-
Method Summary
Modifier and Type Method Description int
getPageSize()
int
getTotalPages(int totalElements)
-
-
Method Detail
-
getPageSize
int getPageSize()
-
getTotalPages
int getTotalPages(int totalElements)
-
-
-
-