Uses of Class
org.apache.lucene.util.mutable.MutableValue
-
Packages that use MutableValue Package Description org.apache.lucene.util.mutable -
-
Uses of MutableValue in org.apache.lucene.util.mutable
Subclasses of MutableValue in org.apache.lucene.util.mutable Modifier and Type Class Description classMutableValueIntMutableValueimplementation of typeint.Methods in org.apache.lucene.util.mutable that return MutableValue Modifier and Type Method Description abstract MutableValueMutableValue. duplicate()MutableValueMutableValueInt. duplicate()Methods in org.apache.lucene.util.mutable with parameters of type MutableValue Modifier and Type Method Description intMutableValue. compareTo(MutableValue other)abstract voidMutableValue. copy(MutableValue source)voidMutableValueInt. copy(MutableValue source)
-