Package org.apache.lucene.util.mutable
Class MutableValueBool
- java.lang.Object
-
- org.apache.lucene.util.mutable.MutableValue
-
- org.apache.lucene.util.mutable.MutableValueBool
-
- All Implemented Interfaces:
java.lang.Comparable<MutableValue>
public class MutableValueBool extends MutableValue
MutableValueimplementation of typeboolean.
-
-
Field Summary
Fields Modifier and Type Field Description booleanvalue-
Fields inherited from class org.apache.lucene.util.mutable.MutableValue
exists
-
-
Constructor Summary
Constructors Constructor Description MutableValueBool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareSameType(java.lang.Object other)voidcopy(MutableValue source)MutableValueduplicate()booleanequalsSameType(java.lang.Object other)inthashCode()java.lang.ObjecttoObject()-
Methods inherited from class org.apache.lucene.util.mutable.MutableValue
compareTo, equals, exists, toString
-
-
-
-
Method Detail
-
toObject
public java.lang.Object toObject()
- Specified by:
toObjectin classMutableValue
-
copy
public void copy(MutableValue source)
- Specified by:
copyin classMutableValue
-
duplicate
public MutableValue duplicate()
- Specified by:
duplicatein classMutableValue
-
equalsSameType
public boolean equalsSameType(java.lang.Object other)
- Specified by:
equalsSameTypein classMutableValue
-
compareSameType
public int compareSameType(java.lang.Object other)
- Specified by:
compareSameTypein classMutableValue
-
hashCode
public int hashCode()
- Specified by:
hashCodein classMutableValue
-
-