Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
@param a the value to increment @return the result @throws ArithmeticException if the result overflows an int @since 1.8
See Implementation
Returns the argument incremented by one, throwing an exception if the result overflows an {@code int}.
@param a the value to increment @return the result @throws ArithmeticException if the result overflows an int @since 1.8