Namespace Lucene.Net.Util.Mutable
Comparable object wrappers
Classes
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.
MutableValueBool
MutableValue implementation of type System.Boolean.
MutableValueDate
MutableValue implementation of type System.DateTime.
MutableValueDouble
MutableValue implementation of type System.Double.
MutableValueInt32
MutableValue implementation of type System.Int32.
NOTE: This was MutableValueInt in Lucene
MutableValueInt64
MutableValue implementation of type System.Int64.
NOTE: This was MutableValueLong in Lucene
MutableValueSingle
MutableValue implementation of type System.Single.
NOTE: This was MutableValueFloat in Lucene
MutableValueStr
MutableValue implementation of type System.String.