Uses of Class
org.apache.lucene.util.mutable.MutableValue
Packages that use MutableValue
-
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutableModifier and TypeClassDescriptionclass
MutableValue
implementation of typeboolean
.class
MutableValue
implementation of typeDate
.class
MutableValue
implementation of typedouble
.class
MutableValue
implementation of typefloat
.class
MutableValue
implementation of typeint
.class
MutableValue
implementation of typelong
.class
MutableValue
implementation of typeString
.Methods in org.apache.lucene.util.mutable that return MutableValueModifier and TypeMethodDescriptionabstract MutableValue
MutableValue.duplicate()
MutableValueBool.duplicate()
MutableValueDate.duplicate()
MutableValueDouble.duplicate()
MutableValueFloat.duplicate()
MutableValueInt.duplicate()
MutableValueLong.duplicate()
MutableValueStr.duplicate()
Methods in org.apache.lucene.util.mutable with parameters of type MutableValueModifier and TypeMethodDescriptionint
MutableValue.compareTo
(MutableValue other) abstract void
MutableValue.copy
(MutableValue source) void
MutableValueBool.copy
(MutableValue source) void
MutableValueDouble.copy
(MutableValue source) void
MutableValueFloat.copy
(MutableValue source) void
MutableValueInt.copy
(MutableValue source) void
MutableValueLong.copy
(MutableValue source) void
MutableValueStr.copy
(MutableValue source)