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:
Comparable<MutableValue>
MutableValue
implementation of type
Date
.-
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 -
Method Summary
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
-
Constructor Details
-
MutableValueDate
public MutableValueDate()
-
-
Method Details
-
toObject
- Overrides:
toObject
in classMutableValueLong
-
duplicate
- Overrides:
duplicate
in classMutableValueLong
-