T - Bean 对象,也可以是 Mappublic class PageResult<T> extends ArrayList<T>
modCount| 构造器和说明 |
|---|
PageResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> PageResult<T> |
list2PageList(List<T> list)
列表不分页,转换为 PageResult
|
void |
page()
分页的逻辑运算
|
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, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic void page()
public static <T> PageResult<T> list2PageList(List<T> list)
T - 实体类型list - 普通列表Copyright © 2016–2025 AJAXJS. All rights reserved.