| 程序包 | 说明 |
|---|---|
| cn.jdevelops.list.core |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ListPage<T> |
ListPage.page(List<T> list,
Integer currentPage,
Integer pageSize)
list分页 - 静态方法
Page page =ListUtil.page(stringArrayList, 3, 4);
|
Copyright © 2022 tan. All rights reserved.