摘要: 取最大值 取优先级最高的资源组 // 如果分组下有多个资源组,则选择优先级最高的资源组添加到合并后的集合中 ResGroupMiddleStat resGroupMiddleStat = resGroupMiddleStats.stream() .max(Comparator.comparing(R 阅读全文
posted @ 2023-12-22 16:19 SpecialSpeculator 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 升序 List<Transaction> transactions = Arrays.asList( new Transaction(brian, 2011, 300), new Transaction(raoul, 2012, 1000), new Transaction(raoul, 2011, 阅读全文
posted @ 2023-12-22 16:12 SpecialSpeculator 阅读(15) 评论(0) 推荐(0) 编辑