会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pretty.sunshine
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年5月31日
java8 stream的用法总结
1、遍历map map.forEach((k, v) -> System.out.println("key:value = " + k + ":" + v)); 2、map转list map.entrySet().stream().map(e -> new Person(e.getKey(),e.g
Read More
posted @ 2020-05-31 15:15 pretty.sunshine
Views(1081)
Comments(0)
Diggs(0)
Edit
公告