sortedWith (comparator: Comparator<in T>): List<T> { if (this is Collection) { ... sortedWith() 方法内部最终还是调用sortWith() 方法来排序的。
確定! 回上一頁