Show / Hide Table of Contents

    Class MutableValue

    Base class for all mutable values.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    MutableValue
    MutableValueBool
    MutableValueDouble
    MutableValueInt32
    MutableValueInt64
    MutableValueSingle
    MutableValueStr
    Implements
    IComparable
    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
    | 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
    | 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

    Implements

    IComparable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)