Show / Hide Table of Contents

    Class AtomicBoolean

    Inheritance
    System.Object
    AtomicBoolean
    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)
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class AtomicBoolean

    Constructors

    | Improve this Doc View Source

    AtomicBoolean()

    Declaration
    public AtomicBoolean()
    | Improve this Doc View Source

    AtomicBoolean(Boolean)

    Declaration
    public AtomicBoolean(bool initialValue)
    Parameters
    Type Name Description
    System.Boolean initialValue

    Methods

    | Improve this Doc View Source

    CompareAndSet(Boolean, Boolean)

    Declaration
    public bool CompareAndSet(bool expect, bool update)
    Parameters
    Type Name Description
    System.Boolean expect
    System.Boolean update
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Get()

    Declaration
    public bool Get()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetAndSet(Boolean)

    Declaration
    public bool GetAndSet(bool newValue)
    Parameters
    Type Name Description
    System.Boolean newValue
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Set(Boolean)

    Declaration
    public void Set(bool newValue)
    Parameters
    Type Name Description
    System.Boolean newValue
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)