Package java.lang
Class Short

Public Constructor Short

Short(short value)

Short(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor Short(short value):

This constructs a newly allocated Short object that represents the specified short value.

constructor Short(String s):

This constructs a newly allocated Short object that represents the byte value indicated by the String parameter. The radix is assumed to be 10.