public class Page<E> extends ArrayList<E>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
defaultPageSize |
static int |
NO_SQL_COUNT |
static int |
SQL_COUNT |
modCount| 构造器和说明 |
|---|
Page() |
Page(int pageNum,
int pageSize) |
Page(int pageNum,
int pageSize,
long total) |
Page(org.apache.ibatis.session.RowBounds rowBounds,
int total) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEndRow() |
int |
getPageNum() |
double |
getPages() |
int |
getPageSize() |
List<E> |
getResult() |
int |
getStartRow() |
long |
getTotal() |
void |
setEndRow(int endRow) |
void |
setPageNum(int pageNum) |
void |
setPages(int pages) |
void |
setPageSize(int pageSize) |
void |
setStartRow(int startRow) |
void |
setTotal(long total) |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllcontainsAll, equals, hashCodeparallelStream, streampublic static final int NO_SQL_COUNT
public static final int SQL_COUNT
public static int defaultPageSize
public Page()
public Page(int pageNum,
int pageSize)
public Page(int pageNum,
int pageSize,
long total)
public Page(org.apache.ibatis.session.RowBounds rowBounds,
int total)
public double getPages()
public void setPages(int pages)
public int getEndRow()
public void setEndRow(int endRow)
public int getPageNum()
public void setPageNum(int pageNum)
public int getPageSize()
public void setPageSize(int pageSize)
public int getStartRow()
public void setStartRow(int startRow)
public long getTotal()
public void setTotal(long total)
public String toString()
toString 在类中 AbstractCollection<E>Copyright © 2018 GTMAP. All rights reserved.