您的浏览器已禁用 JavaScript。
跳过导航链接
basic-support
概览
程序包
类
树
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
xyz.raylab.support.repository
接口 ListResult<T>
类型参数:
T
- 集合的泛型
public interface
ListResult<T>
集合结果
方法概要
所有方法
静态方法
实例方法
抽象方法
修饰符和类型
方法
说明
static <T>
ListResult
<T>
build
(
List
<T> list,
Integer
total)
List
<
T
>
getList
()
Integer
getTotal
()
方法详细资料
getList
List
<
T
>
getList
()
getTotal
Integer
getTotal
()
build
static
<T>
ListResult
<T>
build
(
List
<T> list,
Integer
total)