标签:应该 操作 线程 map 实现 比较 strong als 安全
一、概述
使用HashMap存储,非线程安全;
二、实现
HashSet 底层使用 HashMap 来保存所有元素,因此 HashSet 的实现比较简单,相关 HashSet 的操作,基本上都是直接调用底层 HashMap 的相关方法来完成, 应该为保存到 HashSet 中的对象覆盖 hashCode() 和 equals()
标签:应该 操作 线程 map 实现 比较 strong als 安全
原文地址:http://www.cnblogs.com/lwcoding/p/6971592.html