Tags
- ELB
- CloudFormation
- Cognito
- Heap
- instance
- spring
- yumpackage
- AWS
- Amazon
- S3
- Iteration반복문
- 리눅스rabbitmq설치
- map
- 차이점
- db
- javamap반복
- dynamodb
- javaIteration
- rabbitmq설치방법
- 어노테이션
- cloudfront
- AWS CloudFormation
- jpa
- list
- rabbitmq설치명령어
- 인스턴스
- 자료구조
- REST
- redis
- java
https://blog.naver.com/rla8860
- Today
- Total
SMALL
목록javaIteration (1)
You are a developer, not a coder.
Java Map 반복(Iteration)시키는 3가지 방법
package com.tistory.stove99; import java.util.HashMap; import java.util.Iterator; import java.util.Map; public class MapIterationSample { public static void main(String[] agrs) { Map map = new HashMap(); map.put("키1", "값1"); map.put("키2", "값2"); map.put("키3", "값3"); map.put("키4", "값4"); map.put("키5", "값5"); map.put("키6", "값6"); // 방법1 Iterator keys = map.keySet().iterator(); while( keys.hasNext(..
Backend-Languages/Java
2023. 5. 18. 13:37
LIST