ConcurrentHashMap是线程安全且高效的HashMap。本节让我们一起研究一下该容器是如何在保证线程安全的同时又能保证高效的操作。
为什么要使用ConcurrentHashMap
ConcurrentHashMap的结构
ConcurrentHashMap的初始化
定位Segment
ConcurrentHashMap的操作
ConcurrentHashMap讲解(一)
Last updated 5 years ago