摘要:
1,ConcurrentHashMap 数据结构 ConcurrentHashMap 在JDK 1.8 之后数据结构和HashMap 数据结构非常相似,都是数组 + 链表/红黑树 的形式 2, ConcurrentHashMap 线程安全 ConcurrentHashMap 是线程安全的,其内部是通 阅读全文
posted @ 2019-09-24 09:23
Chris,Cai
阅读(217)
评论(0)
推荐(0)