參考Java 8 的Comparator Interface 片段: public interface Comparator<T> { default Comparator<T> reversed() { return Collections.
確定! 回上一頁