核心方法使用Collections.sort()(传统方法)使用List.sort()(Java8+推荐)使用Stream.sorted()(Java8+函数式风格)使用Collections.sort()(针对基本...