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

Method toString

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

Source from the content-addressed store, hash-verified

48 }
49
50 public String toString() {
51 return toString(value);
52 }
53
54 public static String toString(boolean v) {
55 return (v ? "true" : "false");

Callers 2

valueOfMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected