Java Utililty Methods String to Short

List of utility methods to do String to Short

Description

The list of methods to do String to Short are organized into topic(s).

Method

shortasShort(Short number)
as Short
if (number != null) {
    return number;
return 0;