Uses of Package
java.util.concurrent.atomic
Package
Description
A small toolkit of classes that support lock-free thread-safe
programming on single variables.
-
ClassDescriptionA reflection-based utility that enables atomic updates to designated
volatile int
fields of designated classes.A reflection-based utility that enables atomic updates to designatedvolatile long
fields of designated classes.A reflection-based utility that enables atomic updates to designatedvolatile
reference fields of designated classes.