MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toString

Method toString

classpath/java/lang/Long.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public String toString() {
50 return String.valueOf(value);
51 }
52
53 public static String toString(long v, int radix) {
54 if (radix < 1 || radix > 36) {

Callers 10

toStringMethod · 0.95
valueOfMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toHexStringMethod · 0.95
toOctalStringMethod · 0.95
toBinaryStringMethod · 0.95
toHexStringMethod · 0.95
toOctalStringMethod · 0.95
toBinaryStringMethod · 0.95

Calls 1

valueOfMethod · 0.95

Tested by

no test coverage detected