MCPcopy Create free account
hub / github.com/ReadyTalk/avian / parseBoolean

Method parseBoolean

classpath/java/lang/Boolean.java:66–68  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

64 }
65
66 public static boolean parseBoolean(String string) {
67 return string != null && string.equalsIgnoreCase("true");
68 }
69}

Callers 1

getBooleanMethod · 0.95

Calls 1

equalsIgnoreCaseMethod · 0.80

Tested by

no test coverage detected