Uses of Class
org.apache.lucene.util.mutable.MutableValue
-
Packages that use MutableValue Package Description org.apache.lucene.util.mutable Comparable object wrappers -
-
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutable Modifier and Type Class Description class
MutableValueBool
MutableValue
implementation of typeboolean
.class
MutableValueDate
MutableValue
implementation of typeDate
.class
MutableValueDouble
MutableValue
implementation of typedouble
.class
MutableValueFloat
MutableValue
implementation of typefloat
.class
MutableValueInt
MutableValue
implementation of typeint
.class
MutableValueLong
MutableValue
implementation of typelong
.class
MutableValueStr
MutableValue
implementation of typeString
.Methods in org.apache.lucene.util.mutable that return MutableValue Modifier and Type Method Description abstract MutableValue
MutableValue. duplicate()
MutableValue
MutableValueBool. duplicate()
MutableValue
MutableValueDate. duplicate()
MutableValue
MutableValueDouble. duplicate()
MutableValue
MutableValueFloat. duplicate()
MutableValue
MutableValueInt. duplicate()
MutableValue
MutableValueLong. duplicate()
MutableValue
MutableValueStr. duplicate()
Methods in org.apache.lucene.util.mutable with parameters of type MutableValue Modifier and Type Method Description int
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)
-