Class MutableValueLong

java.lang.Object
org.apache.lucene.util.mutable.MutableValue
org.apache.lucene.util.mutable.MutableValueLong
All Implemented Interfaces:
Comparable<MutableValue>
Direct Known Subclasses:
MutableValueDate

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