摘要:
取最大值 取优先级最高的资源组 // 如果分组下有多个资源组,则选择优先级最高的资源组添加到合并后的集合中 ResGroupMiddleStat resGroupMiddleStat = resGroupMiddleStats.stream() .max(Comparator.comparing(R 阅读全文
摘要:
升序 List<Transaction> transactions = Arrays.asList( new Transaction(brian, 2011, 300), new Transaction(raoul, 2012, 1000), new Transaction(raoul, 2011, 阅读全文