摘要: 原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12812686.html List @Test public void listInitTest() { List<Integer> list = Stream.of(1, 2, 3, 4, 5, 6). 阅读全文
posted @ 2020-05-01 10:10 李白与酒 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12812560.html filter @Test public void filterTest() { List<Integer> list = Arrays.asList(1, 2, 3, 4, 5, 阅读全文
posted @ 2020-05-01 09:18 李白与酒 阅读(336) 评论(0) 推荐(0) 编辑