Integer.SIZE

The number of bits used to represent an {@code int} value in two's complement binary form.

class Integer
enum int SIZE;

Meta