Uses of Class
org.apache.lucene.util.mutable.MutableValue

Packages that use MutableValue
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
 class MutableValueBool
          MutableValue implementation of type boolean.
 class MutableValueDate
          MutableValue implementation of type Date.
 class MutableValueDouble
          MutableValue implementation of type double.
 class MutableValueFloat
          MutableValue implementation of type float.
 class MutableValueInt
          MutableValue implementation of type int.
 class MutableValueLong
          MutableValue implementation of type long.
 class MutableValueStr
          MutableValue implementation of type String.
 

Methods in org.apache.lucene.util.mutable that return MutableValue
 MutableValue MutableValueDouble.duplicate()
           
 MutableValue MutableValueLong.duplicate()
           
 MutableValue MutableValueBool.duplicate()
           
 MutableValue MutableValueStr.duplicate()
           
 MutableValue MutableValueDate.duplicate()
           
 MutableValue MutableValueInt.duplicate()
           
 MutableValue MutableValueFloat.duplicate()
           
abstract  MutableValue MutableValue.duplicate()
           
 

Methods in org.apache.lucene.util.mutable with parameters of type MutableValue
 int MutableValue.compareTo(MutableValue other)
           
 void MutableValueDouble.copy(MutableValue source)
           
 void MutableValueLong.copy(MutableValue source)
           
 void MutableValueBool.copy(MutableValue source)
           
 void MutableValueStr.copy(MutableValue source)
           
 void MutableValueInt.copy(MutableValue source)
           
 void MutableValueFloat.copy(MutableValue source)
           
abstract  void MutableValue.copy(MutableValue source)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.