We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fe080 commit 85078ebCopy full SHA for 85078eb
docs/java/Multithread/Atomic.md
@@ -56,7 +56,7 @@ Atomic 翻译成中文是原子的意思。在化学上,我们知道原子是
56
**引用类型**
57
58
- AtomicReference:引用类型原子类
59
-- AtomicStampedReference:原子更新引用类型里的字段原子类
+- AtomicReferenceFieldUpdater:原子更新引用类型里的字段
60
- AtomicMarkableReference :原子更新带有标记位的引用类型
61
62
**对象的属性修改类型**
@@ -553,4 +553,4 @@ class User {
553
554
**Java工程师必备学习资源:** 一些Java工程师常用学习资源公众号后台回复关键字 **“1”** 即可免费无套路获取。
555
556
-
+
0 commit comments