SyntaxFix
Write A Post
Hire A Developer
Questions
public void iterateStreamAPI(Map<String, Integer> map) { map.entrySet().stream().forEach(e -> System.out.println(e.getKey() + ":"e.getValue())); }