java并发编程(十六)-并发容器后续(ConcurrentSkipListMap ConcurrentSkipListSet ConcurrentLinkedQueue 写时复制容器)

ConcurrentSkipListMap  和 ConcurrentSkipListSet TreeMap和TreeSet有序的容器,这两种容器的并发版本 ConcurrentSkipListSet是线程安全的有序的集合,适用于高并发的场景。 ConcurrentSkipListSet和TreeSet,它们虽然都是有序的集合。但是, 第一,它们的线程安全机制不同,TreeSet是非线程安全的,而
相关文章
相关标签/搜索