Java java.util.concurrent.atomic AtomicReferenceFieldUpdater fields, constructors, methods, implement or subclass

Example usage for Java java.util.concurrent.atomic AtomicReferenceFieldUpdater fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.concurrent.atomic AtomicReferenceFieldUpdater.

The text is from its open source code.

Method

Vget(T obj)
Returns the current value held in the field of the given object managed by this updater.
voidset(T obj, V newValue)
Sets the field of the given object managed by this updater to the given updated value.