Show / Hide Table of Contents

    Class AtomicReferenceArray<T>

    Mimics Java's AtomicReferenceArray class (partial implementation)

    Inheritance
    System.Object
    AtomicReferenceArray<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: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class AtomicReferenceArray<T>
    
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    AtomicReferenceArray(Int32)

    Declaration
    public AtomicReferenceArray(int length)
    Parameters
    Type Name Description
    System.Int32 length

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public T this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

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