摘要: Java 8 forEach简单例子 1. forEach and Map 1.1 通常这样遍历一个Map Map<String, Integer> items = new HashMap<>(); items.put("A", 10); items.put("B", 20); items.put( 阅读全文
posted @ 2019-03-29 14:45 litf 阅读(152) 评论(0) 推荐(0)