Show / Hide Table of Contents

    Class AtomicReference<T>

    Inheritance
    System.Object
    AtomicReference<T>
    Atomic<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.Util
    Assembly: Apache.NMS.dll
    Syntax
    public class AtomicReference<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    AtomicReference()

    Declaration
    public AtomicReference()
    | Improve this Doc View Source

    AtomicReference(T)

    Declaration
    public AtomicReference(T defaultValue)
    Parameters
    Type Name Description
    T defaultValue

    Fields

    | Improve this Doc View Source

    atomicValue

    Declaration
    protected T atomicValue
    Field Value
    Type Description
    T

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Methods

    | Improve this Doc View Source

    GetAndSet(T)

    Declaration
    public T GetAndSet(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2023 Apache Software Foundation project
    Generated by DocFX