2021年1月25日

Java8 Stream 用法大全

摘要: 文章目录 前言 一、Stream 特性 二、Stream 创建 2.1 用集合创建流 2.2 用数组创建流 2.3 Stream静态方法 三、Stream 使用案例 3.1 遍历 forEach 3.2 过滤 filter 3.3 查找 findFirst,findAny 3.4 匹配 match 阅读全文

posted @ 2021-01-25 15:20 UnmatchedSelf 阅读(755) 评论(0) 推荐(0) 编辑

导航