Checks that the specified value is valid and fits _in an {@code int}.
!(p)
This validates that the value is within the valid range of values and that
all valid values are within the bounds of an {@code int}.
The field is only used to improve the error message.
@param value the value to check
@param field the field being checked, may be null
@return the value that was passed _in
@see #isValidIntValue(long)
Checks that the specified value is valid and fits _in an {@code int}. !(p) This validates that the value is within the valid range of values and that all valid values are within the bounds of an {@code int}. The field is only used to improve the error message.
@param value the value to check @param field the field being checked, may be null @return the value that was passed _in @see #isValidIntValue(long)