Short.MAX_VALUE

A constant holding the maximum value a {@code short} can have, 2<sup>15</sup>-1.

class Short
enum short MAX_VALUE;

Meta