gpt4 book ai didi

java - 如何在保持弱一致性的同时迭代 ConcurrentSkipListMap

转载 作者:行者123 更新时间:2023-11-29 04:53:07 25 4
gpt4 key购买 nike

假设我有多个线程向 ConcurrentSkipListMap 添加条目和从中删除条目。我有另一个线程在预定义的时间段内运行集合并使用迭代器更新它的数据。考虑到并发访问如何做到这一点。如何迭代?迭代器是否支持弱一致性?

最佳答案

阅读Javadoc :

Iterators are weakly consistent, returning elements reflecting the state of the map at some point at or since the creation of the iterator. They do not throw ConcurrentModificationException, and may proceed concurrently with other operations.

关于java - 如何在保持弱一致性的同时迭代 ConcurrentSkipListMap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34702966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com