线程安全的集合类:CopyOnWrite/BlockingQueueArrayList/Hashtable/ConcurrentHashMap
文章目录线程安全的集合类1多线程环境使用ArrayList2多线程环境使用队列3多线程环境使用哈希表3.1Hashtable3.2ConcurrentHashMap4.`Hashtable`和`HashMap`、`ConcurrentHashMap`之间的区别?线程安全的集合类原来的集合类,大部分都不是线程安全的.Vector,Stack,Hashtable,是线程安全的(Vector和Hasht