public abstract class ShortConstant
extends java.lang.Object
Basic constants for type short
.
Modifier and Type | Field and Description |
---|---|
static short |
MAX_VALUE
The maximum legal value for type
short . |
static short |
MIN_VALUE
The minimum legal value for type
short . |
Constructor and Description |
---|
ShortConstant() |
public static final short MIN_VALUE
The minimum legal value for type short
.
public static final short MAX_VALUE
The maximum legal value for type short
.