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

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

Introduction

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

The text is from its open source code.

Constructor

AtomicMarkableReference(V initialRef, boolean initialMark)
Creates a new AtomicMarkableReference with the given initial values.