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