ValueRange.isValidIntValue

Checks if the value is within the valid range and that all values _in the range fit _in an {@code int}. !(p) This method combines {@link #isIntValue()} and {@link #isValidValue(long)}.

@param value the value to check @return true if the value is valid and fits _in an {@code int}

class ValueRange
bool
isValidIntValue
(
long value
)

Meta