org.tinygroup.fulltext
类 Pager<T>
java.lang.Object
org.tinygroup.fulltext.Pager<T>
- 类型参数:
T -
public class Pager<T>
- extends Object
分页对象
- 作者:
- yancheng11334
|
构造方法摘要 |
Pager(int totalCount,
int start,
int limit,
List<T> records)
|
Pager(int totalCount,
int start,
List<T> records)
|
Pager
public Pager(int totalCount,
int start,
List<T> records)
Pager
public Pager(int totalCount,
int start,
int limit,
List<T> records)
getRecords
public List<T> getRecords()
getTotalCount
public int getTotalCount()
getCurrentPage
public int getCurrentPage()
getLimit
public int getLimit()
getStart
public int getStart()
getTotalPages
public int getTotalPages()
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2006–2016 TinyGroup. All rights reserved.