Class MutableValueBool

java.lang.Object
org.apache.lucene.util.mutable.MutableValue
org.apache.lucene.util.mutable.MutableValueBool
All Implemented Interfaces:
Comparable<MutableValue>

public class MutableValueBool extends MutableValue
MutableValue implementation of type boolean. When mutating instances of this object, the caller is responsible for ensuring that any instance where exists is set to false must also value set to false for proper operation.