public class Pagination extends Object
| Constructor and Description |
|---|
Pagination(int page,
int totalFound,
int numPerPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndNum() |
int |
getLastPage() |
int |
getPage() |
List<Page> |
getPages() |
int |
getStartNum() |
int |
getTotalFound() |
boolean |
hasNext() |
boolean |
hasPrevious() |
Copyright © 2009-2015. All Rights Reserved.