Integer.MAX_VALUE

A constant holding the maximum value an {@code int} can have, 2!(sup)31</sup>-1.

class Integer
enum int MAX_VALUE;

Meta