T
- public class Pager<T> extends Object
Constructor and Description |
---|
Pager(int totalCount,
int start,
int limit,
List<T> records) |
Pager(int totalCount,
int start,
List<T> records) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage() |
int |
getLimit() |
List<T> |
getRecords() |
int |
getStart() |
int |
getTotalCount() |
int |
getTotalPages() |
String |
toString() |
Copyright © 2006–2018 TinyGroup. All rights reserved.