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

Method valueOf

src/java/lang/Integer.java:171–173  ·  view source on GitHub ↗

Assuming the specified String represents an integer, returns a new Integer object initialized to that value. Throws an exception if the String cannot be parsed as an int. @param s the String containing the integer @param radix the radix to be used @exception NumberFormatException If the String doe

(String s, int radix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

getIntegerMethod · 0.95
getFontMethod · 0.95
parseThreadIdMethod · 0.95
suspendMethod · 0.95
resumeMethod · 0.95
killMethod · 0.95
upMethod · 0.95
downMethod · 0.95
stopMethod · 0.95
clearMethod · 0.95
listMethod · 0.95
printMethod · 0.95

Calls 1

parseIntMethod · 0.95

Tested by

no test coverage detected