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 bool.
MutableValueDate
MutableValue implementation of type DateTime.
MutableValueDouble
MutableValue implementation of type double.
MutableValueInt32
MutableValue implementation of type int.
NOTE: This was MutableValueInt in LuceneMutableValueInt64
MutableValue implementation of type long.
NOTE: This was MutableValueLong in LuceneMutableValueSingle
MutableValue implementation of type float.
NOTE: This was MutableValueFloat in LuceneMutableValueStr
MutableValue implementation of type string.