> Similarly, Iterators, Spliterators and Enumerations return elements reflecting the state of the hash table at some point at or since the creation of the iterator/enumeration. They do <em>not</em> throw {@link java.util.ConcurrentModificationException ConcurrentModificationException}.
你要是去看下 ConcurrentHashMap 的 java doc 就不会问这个问题了
nnegier
2022-10-15 01:14:38 +08:00
@zacard 是这个吗? However, iterators are designed to be used by only one thread at a time.
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。