public abstract class AbstractInfoResultList<T extends ResultInner> extends AbstractInfoResult implements InfoResultList<T>
InfoResultList,
Serialized Form| Constructor and Description |
|---|
AbstractInfoResultList() |
| Modifier and Type | Method and Description |
|---|---|
T[] |
getList()
获取列表, 极度不建议返回为null
non-null
|
void |
setList(T[] list) |
String |
toString() |
getOriginalData, setOriginalDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisEmpty, iterator, streamgetOtherParam, getOtherParamgetOriginalDataforEach, spliteratorpublic T[] getList()
InfoResultListgetList in interface InfoResultList<T extends ResultInner>public void setList(T[] list)
public String toString()
toString in class AbstractInfoResultCopyright © 2020. All rights reserved.