MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / toString

Method toString

src/java/lang/Long.java:53–106  ·  view source on GitHub ↗

Returns a new String object representing the specified long in the specified radix. @param i the long to be converted @param radix the radix @see Character#MIN_RADIX @see Character#MAX_RADIX

(long i, int radix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

valueOfMethod · 0.95

Calls 5

appendMethod · 0.95
forDigitMethod · 0.95
lengthMethod · 0.95
charAtMethod · 0.95
valueOfMethod · 0.95

Tested by

no test coverage detected