equal
deleted
inserted
replaced
36 * dealing with a {@code short}. |
36 * dealing with a {@code short}. |
37 * |
37 * |
38 * @author Nakul Saraiya |
38 * @author Nakul Saraiya |
39 * @author Joseph D. Darcy |
39 * @author Joseph D. Darcy |
40 * @see java.lang.Number |
40 * @see java.lang.Number |
41 * @since JDK1.1 |
41 * @since 1.1 |
42 */ |
42 */ |
43 public final class Short extends Number implements Comparable<Short> { |
43 public final class Short extends Number implements Comparable<Short> { |
44 |
44 |
45 /** |
45 /** |
46 * A constant holding the minimum value a {@code short} can |
46 * A constant holding the minimum value a {@code short} can |