标签:
Object
Thread 线程
StringBuffer
Collection
HashMap/Hashtable/ConcurrentHashMap/LinkedHashMap
LinkedList/ArrayList/CopyOnWriteArrayList
Vector
TreeMap
HashSet/LinkedHashSet
ThreadPoolExecutor/Future/FutureTask
BlockingQueue/PriorityBlockingQueue/DelayQueue/ArrayBlockingQueue/LinkedBlockingQueue
Semaphore/CountDownLatch/CyclicBarrier
ReentrantLock/ReentrantReadWriteLock 显式锁
AtomicInteger 原子类
volatile
ThreadLocal
Excutors 执行器
标签:
原文地址:http://www.cnblogs.com/lsx1993/p/5726292.html