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

Method valueOf

classpath/java/lang/Boolean.java:29–31  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

27 }
28
29 public static Boolean valueOf(boolean value) {
30 return (value ? Boolean.TRUE : Boolean.FALSE);
31 }
32
33 public static Boolean valueOf(String s) {
34 Boolean.TRUE.booleanValue();

Callers 4

mainMethod · 0.95
parseAnnotationValueMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Calls 2

equalsMethod · 0.65
booleanValueMethod · 0.45

Tested by 1

mainMethod · 0.76