Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
set
Method · 0.95
remove
Method · 0.95
call
Method · 0.95
pushClip
Method · 0.95
set
Method · 0.95
remove
Method · 0.95
setMacApplicationEventHandled
Method · 0.95
getVariable
Method · 0.95
resolve
Method · 0.95
run
Method · 0.95
run
Method · 0.95
syncMacWindowAppearance
Method · 0.95
Calls
1
parseBoolean
Method · 0.95
Tested by
1
resolve
Method · 0.76