MCPcopy Create free account
hub / github.com/antlr/codebuff / toString

Method toString

output/java_guava/1.4.18/UnsignedLong.java:286–289  ·  view source on GitHub ↗

Returns a string representation of the UnsignedLong value, in base 10.

()

Source from the content-addressed store, hash-verified

284 */
285
286 @Override
287 public String toString() {
288 return UnsignedLongs.toString(value);
289 }
290
291 /**
292 * Returns a string representation of the {@code UnsignedLong} value, in base {@code radix}. If

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected