public abstract class AbstractInfoResultList<T extends ResultInner> extends AbstractInfoResult implements InfoResultList<T>
InfoResultList
,
Serialized FormConstructor and Description |
---|
AbstractInfoResultList() |
Modifier and Type | Method and Description |
---|---|
T[] |
getList()
获取列表, 极度不建议返回为null
non-null
|
void |
setList(T[] list) |
String |
toString() |
getOriginalData, setOriginalData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isEmpty, iterator, stream
getOtherParam, getOtherParam
getOriginalData
forEach, spliterator
public T[] getList()
InfoResultList
getList
in interface InfoResultList<T extends ResultInner>
public void setList(T[] list)
public String toString()
toString
in class AbstractInfoResult
Copyright © 2020. All rights reserved.