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

Method parseLong

src/java/lang/Long.java:126–152  ·  view source on GitHub ↗

Assuming the specified String represents a long, returns that long's value. Throws an exception if the String cannot be parsed as a long. @param s the String containing the integer @param radix the radix to be used @exception NumberFormatException If the String does not contain a

(String s, int radix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

valueOfMethod · 0.95
LongMethod · 0.95

Calls 3

digitMethod · 0.95
lengthMethod · 0.45
charAtMethod · 0.45

Tested by

no test coverage detected