03 2018 档案

摘要:List integerList = Arrays.asList(4, 5, 2, 3, 7, 9); List collect = integerList.stream() .map(i -> i * i).distinct() .collect(Collectors.toList()); // ... 阅读全文
posted @ 2018-03-23 17:24 咸鱼也疯狂 阅读(39214) 评论(0) 推荐(0) 编辑
摘要:Map 阅读全文
posted @ 2018-03-23 14:32 咸鱼也疯狂 阅读(3464) 评论(0) 推荐(0) 编辑

Fork me on GitHub

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示