The
fields
of Java.Lang.Integer are listed below. For a list of all members, see the Integer Members list.
See Also: Inherited members from Java.Lang.Number
Public Fields
const | MaxValue | int (2147483647). Constant for the maximum int value, 231-1. |
const | MinValue | int (-2147483648). Constant for the minimum int value, -231. |
const | Size | int (32). Constant for the number of bits needed to represent an int in
two's complement form. |