Package java.lang

Class Short

extends NumberObject
implements Serializable, Comparable

The Short class is the standard wrapper for short values.

Public Constructors

Public Methods

Methods inherited from java.lang.Number

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final short MAX_VALUE
  • static final short MIN_VALUE

_INSERT_FIELDS_ENTRY_HERE_