HashTable VS HashMap VS ConcurrentHashMap
HashTable, HashMap, ConcurrentHashMap HashTable, HashMap, ConcurrentHashMap 의 차이점 위주로 알아봅니다. 좀 더 자세한 설명은 또 따로 포스팅할게요. HashTable, HashMap, ConcurrentHashMap 의 자료구조 HashTable, HashMap, ConcurrentHashMap 은 키를 값에 매핑할 수 있는 구조인 (Key, Value) 형태로 데이터를 저장하는 자료구조이다. HashTable, HashMap, ConcurrentHashMap 은 모두 자바 컬렉션 프레임워크인 Map 인터페이스의 구현 객체다. HashTable, HashMap, ConcurrentHashMap 의 차이점 HashTable public sync..
2022. 4. 16.