Java 集合List及Map中forEach()方法

咱們先看一個forEach()方法遍歷List集合的例子:函數 //使用com.google.guava包建立集合 List<String> list =Lists.newArrayList("a","b","c","d"); //遍歷1 其中anyThing能夠用其它字符替換 list.forEach((anyThing)->System.ou
相關文章
相關標籤/搜索