>
java util ArrayList sort(Comparator<? super E> c) 方法用于根据指定的比较器对ArrayList中的元素进行排序。1 语法public void so