Namespace Lucene.Net.Util.Mutable
Comparable object wrappers
Classes
MutableValue
Base class for all mutable values.
This is a Lucene.NET INTERNAL API, use at your own risk
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.