2018年9月6日

分区

摘要: package com.ant.jdk8.chap06; import java.util.*; import java.util.stream.Collectors; public class DishPartitionDemo { public static void main(String[] args) { List menu = Arrays.asList(... 阅读全文

posted @ 2018-09-06 04:01 shammgod_code 阅读(112) 评论(0) 推荐(0) 编辑

按子组收集数据

摘要: 1. 把收集器的结果转换为另一种类型: 2. 与groupingBy联合使用的其他收集器的例子: 阅读全文

posted @ 2018-09-06 01:49 shammgod_code 阅读(105) 评论(0) 推荐(0) 编辑

多级分组

摘要: 多级分组: 阅读全文

posted @ 2018-09-06 01:04 shammgod_code 阅读(192) 评论(0) 推荐(0) 编辑

导航