Java com.google.common.util.concurrent Atomics fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent Atomics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent Atomics.

The text is from its open source code.

Method

AtomicReferencenewReference(@Nullable V initialValue)
Creates an AtomicReference instance with the given initial value.
AtomicReferencenewReference()
Creates an AtomicReference instance with no initial value.