As you know, Java 8 provides lambda expression and stream API. forEach is one of the them. List<String> a = ImmutableList.of("a", "b", ...
確定! 回上一頁