MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / parseInt

Method parseInt

Ports/CLDC11/src/java/lang/Integer.java:83–85  ·  view source on GitHub ↗
(java.lang.String s)

Source from the content-addressed store, hash-verified

81 /// u002d') to indicate a negative value. The resulting integer value is returned, exactly as if the argument and the radix 10 were given as arguments to the
82 /// method.
83 public static int parseInt(java.lang.String s) throws java.lang.NumberFormatException{
84 return 0; //TODO codavaj!!
85 }
86
87 /// Parses the string argument as a signed integer in the radix specified by the second argument. The characters in the string must all be digits of the specified radix (as determined by whether
88 /// returns a nonnegative value), except that the first character may be an ASCII minus sign '-' ('

Callers 15

parseIntOptionMethod · 0.95
ofMethod · 0.95
parseLocalTimeMethod · 0.95
parseIntMethod · 0.95
parseNumberMethod · 0.95
doHandshakeMethod · 0.95
openMethod · 0.95
getIntMethod · 0.95
initPushContentMethod · 0.95
calcPreferredSizeMethod · 0.95
setPlatformHintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected