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