- checkGreaterEqualInteger(int, String, int, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is greater than or equal to
in_lower (named lower_name).
- checkGreaterEqualLong(long, String, long, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is greater than or equal to
in_lower (named lower_name).
- checkGreaterInteger(int, String, int, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is greater than
in_lower (named lower_name).
- checkGreaterLong(long, String, long, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is greater than
in_lower (named lower_name).
- checkIncludedInInteger(int, String, UnsignedRangeInclusiveI, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is included in the given
range range (named range_name).
- checkIncludedInLong(long, String, UnsignedRangeInclusiveL, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is included in the given
range range (named range_name).
- checkLessEqualInteger(int, String, int, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is less than or equal to
in_upper (named upper_name).
- checkLessEqualLong(long, String, long, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is less than or equal to
in_upper (named upper_name).
- checkLessInteger(int, String, int, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is less than
in_upper (named upper_name).
- checkLessLong(long, String, long, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that x (named x_name) is less than
in_upper (named upper_name).
- checkPreconditions() - Method in interface com.io7m.junsigned.ranges.UnsignedRangeInclusiveIType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.junsigned.ranges.UnsignedRangeInclusiveLType
-
Check preconditions for the type.
- checkRangeIncludedInInteger(UnsignedRangeInclusiveI, String, UnsignedRangeInclusiveI, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that inner (named inner_name) is included in the
given range outer (named outer_name).
- checkRangeIncludedInLong(UnsignedRangeInclusiveL, String, UnsignedRangeInclusiveL, String) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeCheck
-
Assert that inner (named inner_name) is included in the
given range outer (named outer_name).
- com.io7m.junsigned.core - module com.io7m.junsigned.core
-
Unsigned conversions (Core)
- com.io7m.junsigned.core - package com.io7m.junsigned.core
-
Core types and functions.
- com.io7m.junsigned.documentation - module com.io7m.junsigned.documentation
-
Unsigned conversions (Documentation)
- com.io7m.junsigned.documentation - package com.io7m.junsigned.documentation
-
Documentation.
- com.io7m.junsigned.ranges - module com.io7m.junsigned.ranges
-
Unsigned conversions (Ranges module)
- com.io7m.junsigned.ranges - package com.io7m.junsigned.ranges
-
An extension of the jranges package for unsigned integers.
- copyOf(UnsignedRangeInclusiveIType) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeInclusiveI
-
- copyOf(UnsignedRangeInclusiveLType) - Static method in class com.io7m.junsigned.ranges.UnsignedRangeInclusiveL
-
- UNSIGNED_NATURAL_INTEGER - Static variable in class com.io7m.junsigned.ranges.UnsignedRanges
-
The inclusive range of natural unsigned integers, [0, 4294967295].
- UNSIGNED_NATURAL_LONG - Static variable in class com.io7m.junsigned.ranges.UnsignedRanges
-
The inclusive range of natural unsigned long integers, [0,
18446744073709551615].
- UNSIGNED_POSITIVE_INTEGER - Static variable in class com.io7m.junsigned.ranges.UnsignedRanges
-
The inclusive range of positive integers, [1, 4294967295].
- UNSIGNED_POSITIVE_LONG - Static variable in class com.io7m.junsigned.ranges.UnsignedRanges
-
The inclusive range of positive unsigned long integers, [1,
18446744073709551615].
- UnsignedDouble - Class in com.io7m.junsigned.core
-
Functions to convert unsigned integer values to/from values of
double.
- UnsignedFloat - Class in com.io7m.junsigned.core
-
Functions to convert unsigned integer values to/from values of
float.
- UnsignedInt - Class in com.io7m.junsigned.core
-
Functions dealing with unsigned int values.
- UnsignedLong - Class in com.io7m.junsigned.core
-
Functions dealing with unsigned long values.
- UnsignedRangeCheck - Class in com.io7m.junsigned.ranges
-
Functions for enforcing range constraints at run time.
- UnsignedRangeInclusiveI - Class in com.io7m.junsigned.ranges
-
An inclusive range with int components.
- UnsignedRangeInclusiveI.Builder - Class in com.io7m.junsigned.ranges
-
- UnsignedRangeInclusiveIType - Interface in com.io7m.junsigned.ranges
-
An inclusive range with int components.
- UnsignedRangeInclusiveL - Class in com.io7m.junsigned.ranges
-
An inclusive range with long components.
- UnsignedRangeInclusiveL.Builder - Class in com.io7m.junsigned.ranges
-
- UnsignedRangeInclusiveLType - Interface in com.io7m.junsigned.ranges
-
An inclusive range with long components.
- UnsignedRanges - Class in com.io7m.junsigned.ranges
-
Predefined unsigned ranges.
- upper() - Method in class com.io7m.junsigned.ranges.UnsignedRangeInclusiveI
-
- upper() - Method in interface com.io7m.junsigned.ranges.UnsignedRangeInclusiveIType
-
- upper() - Method in class com.io7m.junsigned.ranges.UnsignedRangeInclusiveL
-
- upper() - Method in interface com.io7m.junsigned.ranges.UnsignedRangeInclusiveLType
-