Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MutableValue

    Base class for all mutable values.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    MutableValue
    MutableValueBool
    MutableValueDouble
    MutableValueInt32
    MutableValueInt64
    MutableValueSingle
    MutableValueStr
    Implements
    System.IComparable<MutableValue>
    System.IComparable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Util.Mutable
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class MutableValue : IComparable<MutableValue>, IComparable

    Constructors

    | Improve this Doc View Source

    MutableValue()

    Declaration
    protected MutableValue()

    Properties

    | Improve this Doc View Source

    Exists

    Declaration
    public bool Exists { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CompareSameType(Object)

    Declaration
    public abstract int CompareSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    CompareTo(MutableValue)

    Declaration
    public virtual int CompareTo(MutableValue other)
    Parameters
    Type Name Description
    MutableValue other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    CompareTo(Object)

    Declaration
    public virtual int CompareTo(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    Copy(MutableValue)

    Declaration
    public abstract void Copy(MutableValue source)
    Parameters
    Type Name Description
    MutableValue source
    | Improve this Doc View Source

    Duplicate()

    Declaration
    public abstract MutableValue Duplicate()
    Returns
    Type Description
    MutableValue
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    EqualsSameType(Object)

    Declaration
    public abstract bool EqualsSameType(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public abstract override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToObject()

    Declaration
    public abstract object ToObject()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    ToString()

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

    Implements

    System.IComparable<T>
    System.IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.