集合實現Comparable規則比較定義

Collections有兩種比較規則方式,第一種是使用自身的比較規則: 該類必須實現Comparable接口並重寫comparTo方法。 this可以想象爲1,傳入對象o想象爲2,返回1-2即按升序排序。返回2-1即按降序排序。 Collections提供了一個重載的sort方法,允許我們再傳入一個參數: static void sort(List list,Compartor com) 第二個參
相關文章
相關標籤/搜索