MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / toString

Method toString

src/java/lang/Integer.java:53–105  ·  view source on GitHub ↗

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

(int i, int radix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

valueOfMethod · 0.95
toStringMethod · 0.95
DitherControlsMethod · 0.95

Calls 5

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

Tested by 1

DitherControlsMethod · 0.76