MCPcopy Create free account
hub / github.com/davidgiven/luje / toString

Method toString

lib/java/lang/Boolean.java:154–157  ·  view source on GitHub ↗

Returns a string containing a concise, human-readable description of this boolean. @return "true" if the value of this boolean is true, "false" otherwise.

()

Source from the content-addressed store, hash-verified

152 * otherwise.
153 */
154 @Override
155 public String toString() {
156 return String.valueOf(value);
157 }
158
159 /**
160 * Returns the {@code boolean} value of the system property identified by

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.95

Tested by

no test coverage detected