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

Method toString

output/java_guava/1.4.19/UnsignedLong.java:287–290  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

285 */
286
287 @Override
288 public String toString() {
289 return UnsignedLongs.toString(value);
290 }
291
292 /**
293 * 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