摘要:
new Thread(() → { System.out.println(Thread.currentThread().getName() + " >新线程被创建了!"); } ).start(); // 优化省略Lambda new Thread(()->System.out.println(Th 阅读全文
posted @ 2020-12-22 21:40
七0
阅读(67)
评论(0)
推荐(0)
摘要:
Stream.of(arr).map(str → Integer.parseInt(str)).forEach(str → System.out.print(str));//map映射 类型转换 long count = Stream.of(arr).count(); Stream limit = 阅读全文
posted @ 2020-12-22 21:38
七0
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号