package java.util; public interface Comparator<T> { int compare(T o1, T o2); ... ASC); Collections.sort(persons, comparator);// 用我們寫好 ...
確定! 回上一頁