(java.lang.String s)
| 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 '-' (' |
no outgoing calls
no test coverage detected