Package org.apache.lucene.util.mutable
Class MutableValueDate
- java.lang.Object
-
- org.apache.lucene.util.mutable.MutableValue
-
- org.apache.lucene.util.mutable.MutableValueLong
-
- org.apache.lucene.util.mutable.MutableValueDate
-
- All Implemented Interfaces:
java.lang.Comparable<MutableValue>
public class MutableValueDate extends MutableValueLong
MutableValue
implementation of typeDate
.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.util.mutable.MutableValueLong
value
-
Fields inherited from class org.apache.lucene.util.mutable.MutableValue
exists
-
-
Constructor Summary
Constructors Constructor Description MutableValueDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableValue
duplicate()
java.lang.Object
toObject()
-
Methods inherited from class org.apache.lucene.util.mutable.MutableValueLong
compareSameType, copy, equalsSameType, hashCode
-
Methods inherited from class org.apache.lucene.util.mutable.MutableValue
compareTo, equals, exists, toString
-
-
-
-
Method Detail
-
toObject
public java.lang.Object toObject()
- Overrides:
toObject
in classMutableValueLong
-
duplicate
public MutableValue duplicate()
- Overrides:
duplicate
in classMutableValueLong
-
-