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

Method valueOf

Ports/CLDC11/src/java/lang/Boolean.java:69–71  ·  view source on GitHub ↗
(final boolean b)

Source from the content-addressed store, hash-verified

67 ///
68 /// object instance
69 public static Boolean valueOf(final boolean b) {
70 return b ? Boolean.TRUE : Boolean.FALSE;
71 }
72
73 public static Boolean valueOf(final String b) {
74 return valueOf(parseBoolean(b));

Callers 12

setMethod · 0.95
removeMethod · 0.95
callMethod · 0.95
pushClipMethod · 0.95
setMethod · 0.95
removeMethod · 0.95
getVariableMethod · 0.95
resolveMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

parseBooleanMethod · 0.95

Tested by 1

resolveMethod · 0.76