com.sun.jdi
public interface BooleanValue extends PrimitiveValue
boolean
value in
the target VM.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares the specified Object with this BooleanValue for equality.
|
int |
hashCode()
Returns the hash code value for this BooleanValue.
|
boolean |
value()
Returns this BooleanValue as a boolean.
|
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
toString, virtualMachine
boolean value()
boolean
mirrored by this object.boolean equals(Object obj)
Copyright © 1999, 2014, Oracle and/or its affiliates. All rights reserved.