Class MutableValue
Base class for all mutable values.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
MutableValue
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.dll
Syntax
public abstract class MutableValue : IComparable<MutableValue>, IComparable
Constructors
|
Improve this Doc
View Source
MutableValue()
Declaration
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
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
|
Improve this Doc
View Source
Duplicate()
Declaration
public abstract MutableValue Duplicate()
Returns
|
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
Extension Methods