Collections工具类 Collections简介 针对集合进行操作的工具类 成员方法 sort(List<T>,Comparator<T>):根据比较器规则对列表进行排序 max(Collection