HashMap 썸네일형 리스트형 For loop examples in JAVA and Javascript # For loop examples in JAVA and Javascript ## PH 2023-09-10 : First posting. ## TOC ## JAVA Examples ```[.linenums.lang-java] For (int i=0;i { System.out.println(e.getKey()+":"+e.getValue()); }); // 방법6 map.entrySet().stream().parallel().forEach(e -> { // parallel 은 뭐가 다른거더라??? =ㅇ=;;; // e.getKey() + e.getValue() }); ```/ ## Javascript Examples ```[.linenums.lang-js] for (let i=0;i= 1000) { brea.. 더보기 이전 1 다음