摘要:
1 /** 2 * Filter测试. 3 * 4 * @param sex 根据性别筛选. 5 */ 6 public void testFilter(List<StreamBean> streamBeanList, String sex) { 7 8 if (CollectionUtils.is 阅读全文
posted @ 2021-05-31 17:29
小拐
阅读(73)
评论(0)
推荐(0)
摘要:
1 /** 2 * 测试排序. 3 * 4 * @param streamBeanList 5 */ 6 public void testSorted(List<StreamBean> streamBeanList) { 7 8 if (CollectionUtils.isNotEmpty(stre 阅读全文
posted @ 2021-05-31 17:27
小拐
阅读(110)
评论(0)
推荐(0)
摘要:
1 /** 2 * Collectors过滤抽取合并字符串测试. 3 * 4 * @param streamBeanList 5 */ 6 public void testCollectors(List<StreamBean> streamBeanList) { 7 8 if (Collection 阅读全文
posted @ 2021-05-31 17:26
小拐
阅读(52)
评论(0)
推荐(0)
摘要:
1 /** 2 * Statistics测试. 3 * 4 * @param streamBeanList 5 */ 6 public void testStatistics(List<StreamBean> streamBeanList) { 7 8 IntSummaryStatistics in 阅读全文
posted @ 2021-05-31 17:25
小拐
阅读(89)
评论(0)
推荐(0)