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

Method valueOf

classpath/java/lang/String.java:577–579  ·  view source on GitHub ↗
(Object s)

Source from the content-addressed store, hash-verified

575 public native String intern();
576
577 public static String valueOf(Object s) {
578 return s == null ? "null" : s.toString();
579 }
580
581 public static String valueOf(boolean v) {
582 return Boolean.toString(v);

Callers 15

mainMethod · 0.95
mainMethod · 0.95
testDerivedMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
appendMethod · 0.95
insertMethod · 0.95
toStringMethod · 0.95
printMethod · 0.95
printlnMethod · 0.95
printMethod · 0.95
printlnMethod · 0.95

Calls 9

toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.65

Tested by 5

mainMethod · 0.76
mainMethod · 0.76
testDerivedMethod · 0.76
mainMethod · 0.76
mainMethod · 0.76