软件包 | 描述 |
---|---|
java.util.concurrent.atomic |
一个小型工具包,支持单个变量上的无锁线程安全编程。
|
Class and Description |
---|
AtomicIntegerFieldUpdater
基于反射的实用程序,可以对指定类的指定的
volatile int 字段进行原子更新。
|
AtomicLongFieldUpdater
基于反射的实用程序,可以对指定类的指定的
volatile long 字段进行原子更新。
|
AtomicReferenceFieldUpdater
基于反射的实用程序,可以对指定类的指定的
volatile volatile引用字段进行原子更新。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.