- checkGreaterBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is greater than
in_lower (named lower_name).
- checkGreaterDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is greater than
in_lower (named lower_name).
- checkGreaterEqualBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is greater than or equal
to in_lower (named lower_name).
- checkGreaterEqualDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is greater than or equal
to in_lower (named lower_name).
- checkGreaterEqualInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
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.jranges.RangeCheck
-
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.jranges.RangeCheck
-
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.jranges.RangeCheck
-
Assert that x (named x_name) is greater than
in_lower (named lower_name).
- checkIncludedInBig(BigInteger, String, RangeInclusiveB, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is included in the given
range range (named range_name).
- checkIncludedInInteger(int, String, RangeInclusiveI, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is included in the given
range range (named range_name).
- checkIncludedInLong(long, String, RangeInclusiveL, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is included in the given
range range (named range_name).
- checkLessBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is less than
in_upper (named upper_name).
- checkLessDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is less than
in_upper (named upper_name).
- checkLessEqualBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is less than or equal to
in_upper (named upper_name).
- checkLessEqualDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that x (named x_name) is less than or equal to
in_upper (named upper_name).
- checkLessEqualInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
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.jranges.RangeCheck
-
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.jranges.RangeCheck
-
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.jranges.RangeCheck
-
Assert that x (named x_name) is less than
in_upper (named upper_name).
- checkPreconditions() - Method in interface com.io7m.jranges.RangeInclusiveBType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeInclusiveDType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeInclusiveIType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeInclusiveLType
-
Check preconditions for the type.
- checkRangeIncludedInBig(RangeInclusiveB, String, RangeInclusiveB, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that inner (named inner_name) is included in the
given range outer (named outer_name).
- checkRangeIncludedInInteger(RangeInclusiveI, String, RangeInclusiveI, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that inner (named inner_name) is included in the
given range outer (named outer_name).
- checkRangeIncludedInLong(RangeInclusiveL, String, RangeInclusiveL, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that inner (named inner_name) is included in the
given range outer (named outer_name).
- com.io7m.jranges - package com.io7m.jranges
-
Core functions and types.
- com.io7m.jranges.core - module com.io7m.jranges.core
-
Range handling (Core)
- com.io7m.jranges.documentation - module com.io7m.jranges.documentation
-
Documentation.
- com.io7m.jranges.documentation - package com.io7m.jranges.documentation
-
Documentation.
- copyOf(RangeInclusiveBType) - Static method in class com.io7m.jranges.RangeInclusiveB
-
- copyOf(RangeInclusiveDType) - Static method in class com.io7m.jranges.RangeInclusiveD
-
- copyOf(RangeInclusiveIType) - Static method in class com.io7m.jranges.RangeInclusiveI
-
- copyOf(RangeInclusiveLType) - Static method in class com.io7m.jranges.RangeInclusiveL
-
- includesValue(double) - Method in interface com.io7m.jranges.RangeInclusiveDType
-
Determine if the given value is included in this range.
- includesValue(int) - Method in interface com.io7m.jranges.RangeInclusiveIType
-
Determine if the given value is included in this range.
- includesValue(long) - Method in interface com.io7m.jranges.RangeInclusiveLType
-
Determine if the given value is included in this range.
- includesValue(BigInteger) - Method in interface com.io7m.jranges.RangeInclusiveBType
-
Determine if the given value is included in this range.
- interval() - Method in class com.io7m.jranges.RangeInclusiveB
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in interface com.io7m.jranges.RangeInclusiveBType
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in class com.io7m.jranges.RangeInclusiveD
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in interface com.io7m.jranges.RangeInclusiveDType
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in class com.io7m.jranges.RangeInclusiveI
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in interface com.io7m.jranges.RangeInclusiveIType
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in class com.io7m.jranges.RangeInclusiveL
-
Retrieve the number of values in the range [lower, upper].
- interval() - Method in interface com.io7m.jranges.RangeInclusiveLType
-
Retrieve the number of values in the range [lower, upper].
- isIncludedIn(RangeInclusiveB) - Method in interface com.io7m.jranges.RangeInclusiveBType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeInclusiveD) - Method in interface com.io7m.jranges.RangeInclusiveDType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeInclusiveI) - Method in interface com.io7m.jranges.RangeInclusiveIType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeInclusiveL) - Method in interface com.io7m.jranges.RangeInclusiveLType
-
Determine if the given range is included in this range.