Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ parseBoolean
Method
parseBoolean
Ports/CLDC11/src/java/lang/Boolean.java:77–79 ·
view source on GitHub ↗
(final String s)
Source
from the content-addressed store, hash-verified
75
}
76
77
public
static
boolean parseBoolean(
final
String s) {
78
return
(s != null) && s.equalsIgnoreCase(
"true"
);
79
}
80
81
public
int
compareTo(
final
Boolean b2) {
82
return
0;
Callers
5
valueOf
Method · 0.95
showVirtualKeyboard
Method · 0.95
setNotificationChannel
Method · 0.95
computeUseAppFrame
Method · 0.95
setPlatformHint
Method · 0.95
Calls
1
equalsIgnoreCase
Method · 0.45
Tested by
no test coverage detected