Java Utililty Methods String to Short
List of utility methods to do String to Short
HOME
Java
S
String to Short
Description
The list of methods to do String to Short are organized into topic(s).
Method
short
asShort(Short number)
as Short
if
(number != null) {
return
number;
return
0;