标签:排序 new 比较 方法 lis tor 使用 ons com
Collections.sort(List, (a,b) -> x1 - x2);
Collections.sort(List, new Comparator<E>(){
public int compare(int a, int b){
return a - b;
}
});
标签:排序 new 比较 方法 lis tor 使用 ons com
原文地址:https://www.cnblogs.com/acChris/p/14967513.html