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

Method toString

output/java_guava/1.4.18/UnsignedLongs.java:369–371  ·  view source on GitHub ↗

Returns a string representation of x, where x is treated as unsigned.

(long x)

Source from the content-addressed store, hash-verified

367
368
369 public static String toString(long x) {
370 return toString(x, 10);
371 }
372
373 /**
374 * Returns a string representation of {@code x} for the given radix, where {@code x} is treated as

Callers 2

joinMethod · 0.95
toStringMethod · 0.95

Calls 2

divideMethod · 0.95
checkArgumentMethod · 0.45

Tested by

no test coverage detected