摘要: Collections.sort(List list,Comparator c);方法 例如有如下集合: List> list = new ArrayList>(); 集合内的值为: {name=zs, age=23}, {name=ls, ag... 阅读全文
posted @ 2020-01-16 18:39 自挂东南只 阅读(128) 评论(0) 推荐(0)