java stream 目录 作者:马育民 • 2023-04-07 17:18 • 阅读:10152 ### stream 1. [java stream介绍](https://www.malaoshi.top/show_1IX5H8Mf2b95.html "java stream介绍") 2. [java Stream-初体验:传统方式 vs Stream方式](https://www.malaoshi.top/show_1IX5HP1pJ1I6.html "java Stream-初体验:传统方式 vs Stream方式") ### 创建Stream 1. [java stream-创建Stream(通过数组、集合List、Set、Map、Stream.of方法创建)](https://www.malaoshi.top/show_1IX5H9YreH2C.html "java stream-创建Stream(通过数组、集合List、Set、Map、Stream.of方法创建)") - [java Stream-终结操作 forEach](https://www.malaoshi.top/show_1IX5HAJFml69.html "java Stream-终结操作 forEach") 2. [java Stream-同一个Stream不能调用多次,否则报错](https://www.malaoshi.top/show_1IX5HAM4YpTE.html "java Stream-同一个Stream不能调用多次,否则报错") ### 中间操作 1. [java stream-中间操作 filter、map、flatMap、reduce](https://www.malaoshi.top/show_1IX5HCIPoA6e.html "java stream-中间操作 filter、map、flatMap、reduce") 2. [java stream-中间操作 distinct、limit、skip、sorted](https://www.malaoshi.top/show_1IX5HCIM9kXd.html "java stream-中间操作 distinct、limit、skip、sorted") ### 终结操作 1. [java stream-终结操作 collect收集到集合中、toArray收集到数组](https://www.malaoshi.top/show_1IX5HCc6Oo20.html "java stream-终结操作 collect收集到集合中、toArray收集到数组") 2. [java stream-终结操作 count、max、min](https://www.malaoshi.top/show_1IX5HCciJkT3.html "java stream-终结操作 count、max、min") 3. [java stream-统计分析(IntStream、LongStream、DoubleStream、.mapToInt()、.summaryStatistics())](https://www.malaoshi.top/show_1IX5KshCmrbA.html "java stream-统计分析(IntStream、LongStream、DoubleStream、.mapToInt()、.summaryStatistics())") 原文出处:http://malaoshi.top/show_1IX5H8N14Mf6.html