摘要: 方式一: 使用public static <T extends Comparable<? super T>> void sort(List<T> list)方法对list进行排序: 在要排序的list对象中 implements Comparable 并重写compareTo(方法) public 阅读全文
posted @ 2017-06-30 11:44 三里路异乡客 阅读(307) 评论(0) 推荐(0)