org.apache.lucene.util.mutable. MutableValueLong
MutableValue implementation of type long. When mutating instances of this
object, the caller is responsible for ensuring that any instance where exists is set
to false must also value set to 0L for proper operation.
Instance Methods
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()
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()
this work for additional information regarding copyright ownership.