BooleanValue (Java SE 19 & JDK 19) (original) (raw)

All Superinterfaces:

[Mirror](Mirror.html "interface in com.sun.jdi"), [PrimitiveValue](PrimitiveValue.html "interface in com.sun.jdi"), [Value](Value.html "interface in com.sun.jdi")


Provides access to a primitive boolean value in the target VM.

Since:

1.3

boolean
Compares the specified Object with this BooleanValue for equality.
int
[hashCode](#hashCode%28%29)()
Returns the hash code value for this BooleanValue.
boolean
[value](#value%28%29)()
Returns this BooleanValue as a boolean.

Methods declared in interface com.sun.jdi.Value

[type](Value.html#type%28%29)