MCPcopy 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

valueOfMethod · 0.95
showVirtualKeyboardMethod · 0.95
computeUseAppFrameMethod · 0.95
setPlatformHintMethod · 0.95

Calls 1

equalsIgnoreCaseMethod · 0.45

Tested by

no test coverage detected