org.apache.lucene.util.mutable.MutableValueDate
MutableValue implementation of type Date.
Instance Methods
to_object
Object
to_object
(
)
Java: toObject()
Inherited
| field | type | note |
| exists |
boolean |
|
compare_to
int
compare_to
(
MutableValue other
)
Java: compareTo(org.apache.lucene.util.mutable.MutableValue other)
equals
boolean
equals
(
Object other
)
Java: equals(Object other)
exists
boolean
exists
(
)
Java: exists()
to_string
String
to_string
(
)
Java: toString()
compare_same_type
int
compare_same_type
(
Object other
)
Java: compareSameType(Object other)
copy
copy
(
MutableValue source
)
Java: copy(org.apache.lucene.util.mutable.MutableValue source)
equals_same_type
boolean
equals_same_type
(
Object other
)
Java: equalsSameType(Object other)
hash_code
int
hash_code
(
)
Java: hashCode()