MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / booleanValue

Method booleanValue

vm/JavaAPI/src/java/lang/Boolean.java:53–55  ·  view source on GitHub ↗

Returns the value of this Boolean object as a boolean primitive.

()

Source from the content-addressed store, hash-verified

51 * Returns the value of this Boolean object as a boolean primitive.
52 */
53 public boolean booleanValue(){
54 return value;
55 }
56
57 /**
58 * Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.

Callers 15

isXmlTextElementMethod · 0.95
getAndSetMethod · 0.95
getMethod · 0.95
writeObjectMethod · 0.95
toIntValueMethod · 0.95
toLongValueMethod · 0.95
toFloatValueMethod · 0.95
toDoubleValueMethod · 0.95
initLafMethod · 0.95
actionPerformedMethod · 0.95
updateSideMethod · 0.95
isValidMethod · 0.95

Calls

no outgoing calls

Tested by 3

darkModeEnabledMethod · 0.76
darkModeDisabledMethod · 0.76