-
Method Summary
boolean
Compares the specified Object with this IntegerValue for equality.
int
Returns the hash code value for this IntegerValue.
int
Returns this IntegerValue as an int.
Methods declared in interface com.sun.jdi.Value
type
-
Method Details
-
value
int value()
Returns this IntegerValue as an int.
- Returns:
- the
int mirrored by this object.
-
equals
Compares the specified Object with this IntegerValue for equality.
- Overrides:
equals in class Object
- Parameters:
obj - Object
the object to compare with this object.
- Returns:
- true if the Object is an IntegerValue 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 IntegerValue.
- Overrides:
hashCode in class Object
- Returns:
- the integer hash code
- See Also:
-