public interface Sorted extends Comparable<Sorted>
Crane4jGlobalSorterdefault int getSort()
Gets the sorting value.
The smaller the value, the higher the priority of the object.
default int compareTo(Sorted other)
compareTo 在接口中 Comparable<Sorted>other - the specified objectCopyright © 2024. All rights reserved.