java的各种集合为什么不安全(List、Set、Map)?( 四 )

  • 用 synchronizedMap(new HashMap())包装;
  • 使用 juc 包的 ConcurrentHashMap 。

  • 推荐阅读