线程安全的集合

hashtable syncronizedMap    ConcurrentMap

Vector  CopyOnWriteArrayList  CopyOnWriteArraySet   syncronizedList syncronizedSet

BlockingQueue  ConcurrentLinkedQueue

原文地址:https://www.cnblogs.com/fangyuandoit/p/13713826.html