(String s)
| 166 | } |
| 167 | |
| 168 | private static NumberFormatException invalidLong(String s) { |
| 169 | throw new NumberFormatException("Invalid long: \"" + s + "\""); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Returns a String object representing this Long's value. The long integer value represented by this Long object is converted to signed decimal representation and returned as a string, exactly as if the long value were given as an argument to the |