public interface InfoResultList<T extends ResultInner> extends InfoResult, Iterable<T>
Modifier and Type | Method and Description |
---|---|
T[] |
getList()
获取列表, 极度不建议返回为null
non-null
|
default boolean |
isEmpty()
判断列表是否为空
|
default Iterator<T> |
iterator()
将结果数组转化为迭代器
|
default Stream<T> |
stream()
增加接口,使其可以转化为stream对象
|
getOtherParam, getOtherParam
getOriginalData
forEach, spliterator
Copyright © 2020. All rights reserved.