-
Map Interface(맵 인터페이스) 그룹고급 JAVA/Collection Framework 2020. 3. 21. 19:30
Map Interface(맵 인터페이스) 그룹
1. Map 인터페이스
2. SortedMap 인터페이스
1. Map 인터페이스
- 키와 값을 매핑
- 중복 키가 존재할 수 없다.
Map의 기본 연산 종류
1-1. put
1-2. get
1-3. containsKey
1-4. containsValue
1-5. size
1-6. isEmpty
Map 인터페이스로 구현된 클래스
- HashMap
- TreeMap
- LinkedHashMap
2. SortedMap
- 매핑을 오름차순의 키 순서로 유지
SortedMap 인터페이스로 구현된 크래스는 TreeMap
'고급 JAVA > Collection Framework' 카테고리의 다른 글
Collection Interface(컬렉션 인터페이스) 그룹의 클래스 (0) 2020.03.21 Collection Class (컬렉션 클래스) (0) 2020.03.21 기타 인터페이스 그룹 (0) 2020.03.21 Collection interface(컬렉션 인터페이스) 그룹 (0) 2020.03.21