Package org.apache.lucene.util.mutable
Class MutableValueFloat
java.lang.Object
org.apache.lucene.util.mutable.MutableValue
org.apache.lucene.util.mutable.MutableValueFloat
- All Implemented Interfaces:
Comparable<MutableValue>
MutableValue
implementation of type
float
.-
Field Summary
FieldsFields inherited from class org.apache.lucene.util.mutable.MutableValue
exists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareSameType
(Object other) void
copy
(MutableValue source) boolean
equalsSameType
(Object other) int
hashCode()
toObject()
Methods inherited from class org.apache.lucene.util.mutable.MutableValue
compareTo, equals, exists, toString
-
Field Details
-
value
public float value
-
-
Constructor Details
-
MutableValueFloat
public MutableValueFloat()
-
-
Method Details
-
toObject
- Specified by:
toObject
in classMutableValue
-
copy
- Specified by:
copy
in classMutableValue
-
duplicate
- Specified by:
duplicate
in classMutableValue
-
equalsSameType
- Specified by:
equalsSameType
in classMutableValue
-
compareSameType
- Specified by:
compareSameType
in classMutableValue
-
hashCode
public int hashCode()- Specified by:
hashCode
in classMutableValue
-