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

Method toString

output/java_guava/1.4.17/UnsignedBytes.java:184–187  ·  view source on GitHub ↗

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

(byte x)

Source from the content-addressed store, hash-verified

182 */
183
184 @Beta
185 public static String toString(byte x) {
186 return toString(x, 10);
187 }
188
189 /**
190 * Returns a string representation of {@code x} for the given radix, where {@code x} is treated as

Callers 1

joinMethod · 0.95

Calls 3

toIntMethod · 0.95
toStringMethod · 0.65
checkArgumentMethod · 0.45

Tested by

no test coverage detected