Show / Hide Table of Contents

    Class Atomic<T>

    Inheritance
    System.Object
    AtomicReference<T>
    Atomic<T>
    Inherited Members
    AtomicReference<T>.atomicValue
    AtomicReference<T>.Value
    AtomicReference<T>.GetAndSet(T)
    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 Atomic<T> : AtomicReference<T> where T : IComparable
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    Atomic()

    Declaration
    public Atomic()
    | Improve this Doc View Source

    Atomic(T)

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

    Methods

    | Improve this Doc View Source

    CompareAndSet(T, T)

    Declaration
    public bool CompareAndSet(T expected, T newValue)
    Parameters
    Type Name Description
    T expected
    T newValue
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX