摘要: 排序 List<User> list = new ArrayList<>(tempList);//tempList中有user对象 list.stream().sorted(Comparator.comparing(User::getSort)).collect(Collectors.toList( 阅读全文
posted @ 2022-02-28 14:22 白玉神驹 阅读(2420) 评论(0) 推荐(0)