Class MutableValue

java.lang.Object
org.apache.lucene.util.mutable.MutableValue
All Implemented Interfaces:
Comparable<MutableValue>
Direct Known Subclasses:
MutableValueBool, MutableValueDouble, MutableValueFloat, MutableValueInt, MutableValueLong, MutableValueStr

public abstract class MutableValue extends Object implements Comparable<MutableValue>
Base class for all mutable values.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Field Details

    • exists

      public boolean exists
  • Constructor Details

    • MutableValue

      public MutableValue()
  • Method Details