摘要: //最大值 int maxValue = list.stream().mapToInt(User::getScore).max().getAsInt(); long maxValue = list.stream().mapToLong(User::getScore).max().getAsLong( 阅读全文
posted @ 2022-08-29 18:18 一隅桥畔 阅读(1851) 评论(0) 推荐(1)