org.apache.lucene.util.mutable
Class MutableValueDate

java.lang.Object
  extended by org.apache.lucene.util.mutable.MutableValue
      extended by org.apache.lucene.util.mutable.MutableValueLong
          extended by org.apache.lucene.util.mutable.MutableValueDate
All Implemented Interfaces:
Comparable<MutableValue>

public class MutableValueDate
extends MutableValueLong

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
MutableValueDate()
           
 
Method Summary
 MutableValue duplicate()
           
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableValueDate

public MutableValueDate()
Method Detail

toObject

public Object toObject()
Overrides:
toObject in class MutableValueLong

duplicate

public MutableValue duplicate()
Overrides:
duplicate in class MutableValueLong


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.