Package org.apache.lucene.util.mutable
Class MutableValueDouble
java.lang.Object
org.apache.lucene.util.mutable.MutableValue
org.apache.lucene.util.mutable.MutableValueDouble
- All Implemented Interfaces:
- Comparable<MutableValue>
MutableValue implementation of type 
 double.- 
Field SummaryFieldsFields inherited from class org.apache.lucene.util.mutable.MutableValueexists
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareSameType(Object other) voidcopy(MutableValue source) booleanequalsSameType(Object other) inthashCode()toObject()Methods inherited from class org.apache.lucene.util.mutable.MutableValuecompareTo, equals, exists, toString
- 
Field Details- 
valuepublic double value
 
- 
- 
Constructor Details- 
MutableValueDoublepublic MutableValueDouble()
 
- 
- 
Method Details- 
toObject- Specified by:
- toObjectin class- MutableValue
 
- 
copy- Specified by:
- copyin class- MutableValue
 
- 
duplicate- Specified by:
- duplicatein class- MutableValue
 
- 
equalsSameType- Specified by:
- equalsSameTypein class- MutableValue
 
- 
compareSameType- Specified by:
- compareSameTypein class- MutableValue
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- MutableValue
 
 
-