-
Method Summary
boolean
Compares the specified Object with this DoubleValue for equality.
int
Returns the hash code value for this DoubleValue.
double
Returns this DoubleValue as a double.
Methods declared in interface com.sun.jdi.Value
type
-
Method Details
-
value
double value()
Returns this DoubleValue as a double.
- Returns:
- the
double mirrored by this object.
-
equals
Compares the specified Object with this DoubleValue for equality.
- Overrides:
equals in class Object
- Parameters:
obj - Object
the object to compare with this object.
- Returns:
- true if the Object is a DoubleValue and if applying "=="
to the two mirrored primitives would evaluate to true; false
otherwise.
- See Also:
-
-
hashCode
int hashCode()
Returns the hash code value for this DoubleValue.
- Overrides:
hashCode in class Object
- Returns:
- the integer hash code
- See Also:
-