Java常用对象API中集合工具类之Collectons 首先对于Collectons而言,它里面的方法都是静态的。 .sort(List<T> list) .sort(List<T> list, Comparator<? super T> c):对List数组 […] 2014-07-04 阅读(5776) 0