public interface Sortable
| Modifier and Type | Method and Description |
|---|---|
SortParam[] |
getSortParams()
Gets sort params.
|
default boolean |
hasSortParams()
Has sort params.
|
default boolean |
isNeedSort(List<?> dataList)
Is need sort.
|
void |
setSortParams(SortParam... sortParams)
Sets sort params.
|
SortParam[] getSortParams()
void setSortParams(SortParam... sortParams)
sortParams - the sort paramsdefault boolean hasSortParams()
default boolean isNeedSort(List<?> dataList)
dataList - the data listCopyright © 2021–2022 EasyJ开源社区. All rights reserved.