HashMap

HashMap1.8中可能线程不安全情况:

1.数组的初始化

解决:ConcurrentHashMap使用CAS无锁化

原文地址:https://www.cnblogs.com/xp1234/p/11912482.html