CopyOnWriteArrayList中的add方法是使用的lock锁
使用vector,add方法使用的是synchronized修饰
juc的解决方法
hashSet的底层 hashMap
解决
ConcurrentHashMap的源码