1.1 常用终端操作总结:
1.2 流构建描述
短路型:
匹配:anymatch allMatch noneMatch
查找:findFirst findAny
非短路型:Max Min Count
3.1 由值生成流
3.2 由数组创建流
3.3 由文件生成流
3.4 由函数生成流(无限流)