摘要: 终端操作: 查找与匹配: anyMatch() allMatch() noMatch() findAny().get() findFirst().get() foreach() :返回为空 collect():返回集合 规约:stream().reduce(初始值,(a,b)->(a*b)) cou 阅读全文
posted @ 2022-08-01 16:57 无极是一种信仰 阅读(461) 评论(0) 推荐(0)