Package-level declarations
Experimental APIs, subject to change in future versions.
Types
Represents a bound in a range.
Represents an exclusive bound in a range.
Marks declarations that are still experimental in the collection API.
Marks declarations that are still experimental in the API.
Marks declarations that are still experimental in the number API.
Marks declarations that are still experimental in the range API.
Marks declarations that are still experimental in the result API.
Marks declarations that are still experimental in the text API.
Represents an inclusive bound in a range.
Represents a range of comparable values that contain at least one value.
Represents a floating-point number of type Double that is greater than zero.
Properties
The negative range of values a NonZeroInt can have.
The range of positive values a NonZeroInt can have.
The range of values a NegativeInt can have.
The range of values a PositiveInt can have.
The range of values a StrictlyNegativeInt can have.
The range of values a StrictlyPositiveInt can have.
Functions
Returns true
if this range contains the given value, or returns false
otherwise.
Returns this number as an encapsulated StrictlyPositiveDouble, which may involve rounding or truncation, or returns an encapsulated IllegalArgumentException if this number is negative.
Returns the negative of this integer number.