Constructs a newly allocated {@code Long} object that
represents the {@code long} value indicated by the
{@code string} parameter. The string is converted to a
{@code long} value in exactly the manner used by the
{@code parseLong} method for radix 10.
@param s the {@code string} to be converted to a
{@code Long}.
@throws NumberFormatException if the {@code string} does not
contain a parsable {@code long}.
@see java.lang.Long#parseLong(java.lang.string, int)
Constructs a newly allocated {@code Long} object that represents the {@code long} value indicated by the {@code string} parameter. The string is converted to a {@code long} value in exactly the manner used by the {@code parseLong} method for radix 10.
@param s the {@code string} to be converted to a {@code Long}. @throws NumberFormatException if the {@code string} does not contain a parsable {@code long}. @see java.lang.Long#parseLong(java.lang.string, int)