摘要: new Thread(() -> System.out.println("lambda表达式,取代匿名函数......")).start(); Stream.of("1", "1", "3").distinct().forEach(System.out::println); System.out.p 阅读全文
posted @ 2018-05-11 15:07 洞玄巅峰 阅读(162) 评论(0) 推荐(0) 编辑