Checks that the specified value is valid and fits in an int.
Gets the largest possible minimum value that the field can take.
Gets the maximum value that the field can take.
Gets the minimum value that the field can take.
Gets the smallest possible maximum value that the field can take.
Is the value range fixed and fully known.
Checks if all values in the range fit in an int.
Checks if the value is within the valid range and that all values in the range fit in an int.
Checks if the value is within the valid range.
Static
ofObtains a variable value range.
Obtains a fully variable value range.
The range of valid values for a date-time field.
See java.time.temporal.ValueRange for full documentation