併發集合 VS 同步集合

併發集合: ConcurrentHashMap CopyOnWriteArrayList CopyOnWriteArraySetweb 同步集合: HashTable Vector 同步集合器Collections.synchronizedList(list)、Collections.synchronizedSet(set)、Collections.synchronizedMap(map)安全 兩
相關文章
相關標籤/搜索