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

Method toOctalString

classpath/java/lang/Long.java:97–99  ·  view source on GitHub ↗
(long v)

Source from the content-addressed store, hash-verified

95 }
96
97 public static String toOctalString(long v) {
98 return toString(v, 8);
99 }
100
101 public static String toBinaryString(long v) {
102 return toString(v, 2);

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected