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
MutableValueimplementation 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 MutableValueduplicate()java.lang.ObjecttoObject()-
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:
toObjectin classMutableValueLong
-
duplicate
public MutableValue duplicate()
- Overrides:
duplicatein classMutableValueLong
-
-