public interface SortSupportEntity extends Comparable<SortSupportEntity>, Entity
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
compareTo(SortSupportEntity support) |
Long |
getSortIndex() |
void |
setSortIndex(Long sortIndex) |
copyFrom, copyTo, tryValidateLong getSortIndex()
void setSortIndex(Long sortIndex)
default int compareTo(SortSupportEntity support)
compareTo 在接口中 Comparable<SortSupportEntity>Copyright © 2016–2020. All rights reserved.