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

Method booleanValue

classpath/java/lang/Boolean.java:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 public boolean booleanValue() {
59 return value;
60 }
61
62 public static boolean getBoolean(String name) {
63 return parseBoolean(System.getProperty(name));

Callers 2

valueOfMethod · 0.45
getBooleanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected