Class MutableValueInt

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

public class MutableValueInt extends MutableValue
MutableValue implementation of type int. 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 0 for proper operation.