Class MutableValueStr

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

public class MutableValueStr extends MutableValue
MutableValue implementation of type String. When mutating instances of this object, the caller is responsible for ensuring that any instance where exists is set to false must also have a value with a length set to 0.