MCPcopy Create free account
hub / github.com/davidgiven/luje / valueOf

Method valueOf

lib/java/lang/Short.java:255–257  ·  view source on GitHub ↗

Parses the specified string as a signed decimal short value. @param string the string representation of a short value. @return a Short instance containing the short value represented by string. @throws NumberFormatException if string is {@code

(String string)

Source from the content-addressed store, hash-verified

253 * @see #parseShort(String)
254 */
255 public static Short valueOf(String string) throws NumberFormatException {
256 return valueOf(parseShort(string));
257 }
258
259 /**
260 * Parses the specified string as a signed short value using the specified

Callers 1

decodeMethod · 0.95

Calls 1

parseShortMethod · 0.95

Tested by

no test coverage detected