码迷,mamicode.com
首页 > 其他好文 > 详细

Stream流

时间:2020-03-18 22:05:12      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:pre   cat   count   统计   concat   解决   mamicode   合并   span   

1、是什么

  JDK 1.8 用于解决已有集合、数组类库既有的弊端;简化集合和数组的操作;

2、常用API

#过滤
filter

#遍历
foreach

#统计
count

#截取
limit

#跳过
skip

#映射
map

#合并stream流
concat

3、收集流

  3.1 把stream转换为Set:

技术图片

 

   3.2 把stream转换为List:

技术图片

 

   3.3 把stream转换为Array:

 技术图片

 

Stream流

标签:pre   cat   count   统计   concat   解决   mamicode   合并   span   

原文地址:https://www.cnblogs.com/xp2h/p/12520202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!