Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.util.concurrent.atomic


Classes

class  AtomicBoolean
 A boolean value that may be updated atomically. More...
class  AtomicInteger
 An int value that may be updated atomically. More...
class  AtomicIntegerArray
 An int array in which elements may be updated atomically. More...
class  AtomicIntegerFieldUpdater< T >
 A reflection-based utility that enables atomic updates to designated volatile int fields of designated classes. More...
class  AtomicLong
 A long value that may be updated atomically. More...
class  AtomicLongArray
 A long array in which elements may be updated atomically. More...
class  AtomicLongFieldUpdater< T >
 A reflection-based utility that enables atomic updates to designated volatile long fields of designated classes. More...
class  AtomicMarkableReference< V >
 An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically. More...
class  AtomicReference< V >
 An object reference that may be updated atomically. More...
class  AtomicReferenceArray< E >
 An array of object references in which elements may be updated atomically. More...
class  AtomicReferenceFieldUpdater< T, V >
 A reflection-based utility that enables atomic updates to designated volatile reference fields of designated classes. More...
class  AtomicStampedReference< V >
 An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically. More...