1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update Atomic.md

This commit is contained in:
chengchen 2019-08-19 15:32:44 +08:00 committed by GitHub
parent a6fe08016b
commit 85078ebbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Atomic 翻译成中文是原子的意思。在化学上,我们知道原子是
**引用类型**
- AtomicReference引用类型原子类
- AtomicStampedReference原子更新引用类型里的字段原子类
- AtomicReferenceFieldUpdater:原子更新引用类型里的字段
- AtomicMarkableReference :原子更新带有标记位的引用类型
**对象的属性修改类型**