B C D E F H I L N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
-
Builds a new
RangeHalfOpenB. - build() - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
-
Builds a new
RangeHalfOpenD. - build() - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
-
Builds a new
RangeHalfOpenI. - build() - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
-
Builds a new
RangeHalfOpenL. - build() - Method in class com.io7m.jranges.RangeInclusiveB.Builder
-
Builds a new
RangeInclusiveB. - build() - Method in class com.io7m.jranges.RangeInclusiveD.Builder
-
Builds a new
RangeInclusiveD. - build() - Method in class com.io7m.jranges.RangeInclusiveI.Builder
-
Builds a new
RangeInclusiveI. - build() - Method in class com.io7m.jranges.RangeInclusiveL.Builder
-
Builds a new
RangeInclusiveL. - builder() - Static method in class com.io7m.jranges.RangeHalfOpenB
-
Creates a builder for
RangeHalfOpenB. - builder() - Static method in class com.io7m.jranges.RangeHalfOpenD
-
Creates a builder for
RangeHalfOpenD. - builder() - Static method in class com.io7m.jranges.RangeHalfOpenI
-
Creates a builder for
RangeHalfOpenI. - builder() - Static method in class com.io7m.jranges.RangeHalfOpenL
-
Creates a builder for
RangeHalfOpenL. - builder() - Static method in class com.io7m.jranges.RangeInclusiveB
-
Creates a builder for
RangeInclusiveB. - builder() - Static method in class com.io7m.jranges.RangeInclusiveD
-
Creates a builder for
RangeInclusiveD. - builder() - Static method in class com.io7m.jranges.RangeInclusiveI
-
Creates a builder for
RangeInclusiveI. - builder() - Static method in class com.io7m.jranges.RangeInclusiveL
-
Creates a builder for
RangeInclusiveL.
C
- checkGreaterBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater thanin_lower(namedlower_name). - checkGreaterDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater thanin_lower(namedlower_name). - checkGreaterEqualBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater than or equal toin_lower(namedlower_name). - checkGreaterEqualDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater than or equal toin_lower(namedlower_name). - checkGreaterEqualInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater than or equal toin_lower(namedlower_name). - checkGreaterEqualLong(long, String, long, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater than or equal toin_lower(namedlower_name). - checkGreaterInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater thanin_lower(namedlower_name). - checkGreaterLong(long, String, long, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is greater thanin_lower(namedlower_name). - checkIncludedInBig(BigInteger, String, RangeHalfOpenB, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkIncludedInBig(BigInteger, String, RangeInclusiveB, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkIncludedInInteger(int, String, RangeHalfOpenI, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkIncludedInInteger(int, String, RangeInclusiveI, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkIncludedInLong(long, String, RangeHalfOpenL, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkIncludedInLong(long, String, RangeInclusiveL, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is included in the given rangerange(namedrange_name). - checkLessBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less thanin_upper(namedupper_name). - checkLessDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less thanin_upper(namedupper_name). - checkLessEqualBig(BigInteger, String, BigInteger, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less than or equal toin_upper(namedupper_name). - checkLessEqualDouble(double, String, double, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less than or equal toin_upper(namedupper_name). - checkLessEqualInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less than or equal toin_upper(namedupper_name). - checkLessEqualLong(long, String, long, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less than or equal toin_upper(namedupper_name). - checkLessInteger(int, String, int, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less thanin_upper(namedupper_name). - checkLessLong(long, String, long, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
x(namedx_name) is less thanin_upper(namedupper_name). - checkPreconditions() - Method in interface com.io7m.jranges.RangeHalfOpenBType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeHalfOpenDType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeHalfOpenIType
-
Check preconditions for the type.
- checkPreconditions() - Method in interface com.io7m.jranges.RangeHalfOpenLType
-
Check preconditions for the type.
- 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(RangeHalfOpenB, String, RangeHalfOpenB, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_name). - checkRangeIncludedInBig(RangeInclusiveB, String, RangeInclusiveB, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_name). - checkRangeIncludedInInteger(RangeHalfOpenI, String, RangeHalfOpenI, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_name). - checkRangeIncludedInInteger(RangeInclusiveI, String, RangeInclusiveI, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_name). - checkRangeIncludedInLong(RangeHalfOpenL, String, RangeHalfOpenL, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_name). - checkRangeIncludedInLong(RangeInclusiveL, String, RangeInclusiveL, String) - Static method in class com.io7m.jranges.RangeCheck
-
Assert that
inner(namedinner_name) is included in the given rangeouter(namedouter_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(RangeHalfOpenBType) - Static method in class com.io7m.jranges.RangeHalfOpenB
-
Creates an immutable copy of a
RangeHalfOpenBTypevalue. - copyOf(RangeHalfOpenDType) - Static method in class com.io7m.jranges.RangeHalfOpenD
-
Creates an immutable copy of a
RangeHalfOpenDTypevalue. - copyOf(RangeHalfOpenIType) - Static method in class com.io7m.jranges.RangeHalfOpenI
-
Creates an immutable copy of a
RangeHalfOpenITypevalue. - copyOf(RangeHalfOpenLType) - Static method in class com.io7m.jranges.RangeHalfOpenL
-
Creates an immutable copy of a
RangeHalfOpenLTypevalue. - copyOf(RangeInclusiveBType) - Static method in class com.io7m.jranges.RangeInclusiveB
-
Creates an immutable copy of a
RangeInclusiveBTypevalue. - copyOf(RangeInclusiveDType) - Static method in class com.io7m.jranges.RangeInclusiveD
-
Creates an immutable copy of a
RangeInclusiveDTypevalue. - copyOf(RangeInclusiveIType) - Static method in class com.io7m.jranges.RangeInclusiveI
-
Creates an immutable copy of a
RangeInclusiveITypevalue. - copyOf(RangeInclusiveLType) - Static method in class com.io7m.jranges.RangeInclusiveL
-
Creates an immutable copy of a
RangeInclusiveLTypevalue.
D
- Documentation - Class in com.io7m.jranges.documentation
-
Documentation marker class.
E
- equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenB
-
This instance is equal to all instances of
RangeHalfOpenBthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenD
-
This instance is equal to all instances of
RangeHalfOpenDthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenI
-
This instance is equal to all instances of
RangeHalfOpenIthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenL
-
This instance is equal to all instances of
RangeHalfOpenLthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeInclusiveB
-
This instance is equal to all instances of
RangeInclusiveBthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeInclusiveD
-
This instance is equal to all instances of
RangeInclusiveDthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeInclusiveI
-
This instance is equal to all instances of
RangeInclusiveIthat have equal attribute values. - equals(Object) - Method in class com.io7m.jranges.RangeInclusiveL
-
This instance is equal to all instances of
RangeInclusiveLthat have equal attribute values.
F
- from(RangeHalfOpenBType) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
-
Fill a builder with attribute values from the provided
RangeHalfOpenBTypeinstance. - from(RangeHalfOpenDType) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
-
Fill a builder with attribute values from the provided
RangeHalfOpenDTypeinstance. - from(RangeHalfOpenIType) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
-
Fill a builder with attribute values from the provided
RangeHalfOpenITypeinstance. - from(RangeHalfOpenLType) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
-
Fill a builder with attribute values from the provided
RangeHalfOpenLTypeinstance. - from(RangeInclusiveBType) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
-
Fill a builder with attribute values from the provided
RangeInclusiveBTypeinstance. - from(RangeInclusiveDType) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
-
Fill a builder with attribute values from the provided
RangeInclusiveDTypeinstance. - from(RangeInclusiveIType) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
-
Fill a builder with attribute values from the provided
RangeInclusiveITypeinstance. - from(RangeInclusiveLType) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
-
Fill a builder with attribute values from the provided
RangeInclusiveLTypeinstance.
H
- hashCode() - Method in class com.io7m.jranges.RangeHalfOpenB
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeHalfOpenD
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeHalfOpenI
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeHalfOpenL
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeInclusiveB
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeInclusiveD
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeInclusiveI
-
Computes a hash code from attributes:
lower,upper. - hashCode() - Method in class com.io7m.jranges.RangeInclusiveL
-
Computes a hash code from attributes:
lower,upper.
I
- includesValue(double) - Method in interface com.io7m.jranges.RangeHalfOpenDType
-
Determine if the given value is included in this range.
- 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.RangeHalfOpenIType
-
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.RangeHalfOpenLType
-
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.RangeHalfOpenBType
-
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 interface com.io7m.jranges.RangeHalfOpenBType
-
Retrieve the number of values in the range
[lower, upper]. - interval() - Method in interface com.io7m.jranges.RangeHalfOpenDType
-
Retrieve the number of values in the range
[lower, upper). - interval() - Method in interface com.io7m.jranges.RangeHalfOpenIType
-
Retrieve the number of values in the range
[lower, upper). - interval() - Method in interface com.io7m.jranges.RangeHalfOpenLType
-
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 interface com.io7m.jranges.RangeInclusiveDType
-
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 interface com.io7m.jranges.RangeInclusiveLType
-
Retrieve the number of values in the range
[lower, upper]. - isIncludedIn(RangeHalfOpenB) - Method in interface com.io7m.jranges.RangeHalfOpenBType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeHalfOpenD) - Method in interface com.io7m.jranges.RangeHalfOpenDType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeHalfOpenI) - Method in interface com.io7m.jranges.RangeHalfOpenIType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeHalfOpenL) - Method in interface com.io7m.jranges.RangeHalfOpenLType
-
Determine if the given range is included in this range.
- isIncludedIn(RangeInclusiveB) - Method in interface com.io7m.jranges.RangeHalfOpenBType
-
Determine if the given range is included in this range.
- 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.RangeHalfOpenDType
-
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.RangeHalfOpenIType
-
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.RangeHalfOpenLType
-
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.
L
- lower() - Method in class com.io7m.jranges.RangeHalfOpenB
- lower() - Method in interface com.io7m.jranges.RangeHalfOpenBType
- lower() - Method in class com.io7m.jranges.RangeHalfOpenD
- lower() - Method in interface com.io7m.jranges.RangeHalfOpenDType
- lower() - Method in class com.io7m.jranges.RangeHalfOpenI
- lower() - Method in interface com.io7m.jranges.RangeHalfOpenIType
- lower() - Method in class com.io7m.jranges.RangeHalfOpenL
- lower() - Method in interface com.io7m.jranges.RangeHalfOpenLType
- lower() - Method in class com.io7m.jranges.RangeInclusiveB
- lower() - Method in interface com.io7m.jranges.RangeInclusiveBType
- lower() - Method in class com.io7m.jranges.RangeInclusiveD
- lower() - Method in interface com.io7m.jranges.RangeInclusiveDType
- lower() - Method in class com.io7m.jranges.RangeInclusiveI
- lower() - Method in interface com.io7m.jranges.RangeInclusiveIType
- lower() - Method in class com.io7m.jranges.RangeInclusiveL
- lower() - Method in interface com.io7m.jranges.RangeInclusiveLType
N
- NATURAL_DOUBLE - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of numbers greater than or equal to
0,[0, {@link Double#MAX_VALUE}]. - NATURAL_INTEGER - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of natural integers,
[0, {@link Integer#MAX_VALUE}]. - NATURAL_LONG - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of natural long integers,
[0, {@link Long#MAX_VALUE}].
O
- of(double, double) - Static method in class com.io7m.jranges.RangeHalfOpenD
-
Construct a new immutable
RangeHalfOpenDinstance. - of(double, double) - Static method in class com.io7m.jranges.RangeInclusiveD
-
Construct a new immutable
RangeInclusiveDinstance. - of(int, int) - Static method in class com.io7m.jranges.RangeHalfOpenI
-
Construct a new immutable
RangeHalfOpenIinstance. - of(int, int) - Static method in class com.io7m.jranges.RangeInclusiveI
-
Construct a new immutable
RangeInclusiveIinstance. - of(long, long) - Static method in class com.io7m.jranges.RangeHalfOpenL
-
Construct a new immutable
RangeHalfOpenLinstance. - of(long, long) - Static method in class com.io7m.jranges.RangeInclusiveL
-
Construct a new immutable
RangeInclusiveLinstance. - of(BigInteger, BigInteger) - Static method in class com.io7m.jranges.RangeHalfOpenB
-
Construct a new immutable
RangeHalfOpenBinstance. - of(BigInteger, BigInteger) - Static method in class com.io7m.jranges.RangeInclusiveB
-
Construct a new immutable
RangeInclusiveBinstance.
P
- POSITIVE_DOUBLE - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of numbers greater than or equal to
1,[1, {@link Double#MAX_VALUE}]. - POSITIVE_INTEGER - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of positive integers,
[1, {@link Integer#MAX_VALUE}]. - POSITIVE_LONG - Static variable in class com.io7m.jranges.Ranges
-
The inclusive range of positive long integers,
[1, {@link Long#MAX_VALUE}].
R
- RangeCheck - Class in com.io7m.jranges
-
Functions for enforcing range constraints at run time.
- RangeCheckException - Exception in com.io7m.jranges
-
An exception raised when a
RangeCheckassertion fails. - RangeCheckException(String) - Constructor for exception com.io7m.jranges.RangeCheckException
-
Construct an exception with the given message.
- RangeCheckException(String, Throwable) - Constructor for exception com.io7m.jranges.RangeCheckException
-
Construct an exception with the given cause and message.
- RangeHalfOpenB - Class in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
BigIntegercomponents. - RangeHalfOpenB.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeHalfOpenB. - RangeHalfOpenBType - Interface in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
BigIntegercomponents. - RangeHalfOpenCheck - Class in com.io7m.jranges
-
Functions for enforcing range constraints at run time.
- RangeHalfOpenD - Class in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
doublecomponents. - RangeHalfOpenD.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeHalfOpenD. - RangeHalfOpenDType - Interface in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
doublecomponents. - RangeHalfOpenI - Class in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
intcomponents. - RangeHalfOpenI.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeHalfOpenI. - RangeHalfOpenIType - Interface in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
intcomponents. - RangeHalfOpenL - Class in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
longcomponents. - RangeHalfOpenL.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeHalfOpenL. - RangeHalfOpenLType - Interface in com.io7m.jranges
-
A half open (inclusive lower, exclusive upper) range with
longcomponents. - RangeInclusiveB - Class in com.io7m.jranges
-
An inclusive range with
BigIntegercomponents. - RangeInclusiveB.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeInclusiveB. - RangeInclusiveBType - Interface in com.io7m.jranges
-
An inclusive range with
BigIntegercomponents. - RangeInclusiveD - Class in com.io7m.jranges
-
An inclusive range with
doublecomponents. - RangeInclusiveD.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeInclusiveD. - RangeInclusiveDType - Interface in com.io7m.jranges
-
An inclusive range with
doublecomponents. - RangeInclusiveI - Class in com.io7m.jranges
-
An inclusive range with
intcomponents. - RangeInclusiveI.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeInclusiveI. - RangeInclusiveIType - Interface in com.io7m.jranges
-
An inclusive range with
intcomponents. - RangeInclusiveL - Class in com.io7m.jranges
-
An inclusive range with
longcomponents. - RangeInclusiveL.Builder - Class in com.io7m.jranges
-
Builds instances of type
RangeInclusiveL. - RangeInclusiveLType - Interface in com.io7m.jranges
-
An inclusive range with
longcomponents. - Ranges - Class in com.io7m.jranges
-
Predefined ranges.
S
- setLower(double) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
-
Initializes the value for the
lowerattribute. - setLower(double) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
-
Initializes the value for the
lowerattribute. - setLower(int) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
-
Initializes the value for the
lowerattribute. - setLower(int) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
-
Initializes the value for the
lowerattribute. - setLower(long) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
-
Initializes the value for the
lowerattribute. - setLower(long) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
-
Initializes the value for the
lowerattribute. - setLower(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
-
Initializes the value for the
lowerattribute. - setLower(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
-
Initializes the value for the
lowerattribute. - setUpper(double) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
-
Initializes the value for the
upperattribute. - setUpper(double) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
-
Initializes the value for the
upperattribute. - setUpper(int) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
-
Initializes the value for the
upperattribute. - setUpper(int) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
-
Initializes the value for the
upperattribute. - setUpper(long) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
-
Initializes the value for the
upperattribute. - setUpper(long) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
-
Initializes the value for the
upperattribute. - setUpper(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
-
Initializes the value for the
upperattribute. - setUpper(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
-
Initializes the value for the
upperattribute.
T
- toString() - Method in class com.io7m.jranges.RangeHalfOpenB
-
Prints the immutable value
RangeHalfOpenBwith attribute values. - toString() - Method in class com.io7m.jranges.RangeHalfOpenD
-
Prints the immutable value
RangeHalfOpenDwith attribute values. - toString() - Method in class com.io7m.jranges.RangeHalfOpenI
-
Prints the immutable value
RangeHalfOpenIwith attribute values. - toString() - Method in class com.io7m.jranges.RangeHalfOpenL
-
Prints the immutable value
RangeHalfOpenLwith attribute values. - toString() - Method in class com.io7m.jranges.RangeInclusiveB
-
Prints the immutable value
RangeInclusiveBwith attribute values. - toString() - Method in class com.io7m.jranges.RangeInclusiveD
-
Prints the immutable value
RangeInclusiveDwith attribute values. - toString() - Method in class com.io7m.jranges.RangeInclusiveI
-
Prints the immutable value
RangeInclusiveIwith attribute values. - toString() - Method in class com.io7m.jranges.RangeInclusiveL
-
Prints the immutable value
RangeInclusiveLwith attribute values.
U
- upper() - Method in class com.io7m.jranges.RangeHalfOpenB
- upper() - Method in interface com.io7m.jranges.RangeHalfOpenBType
- upper() - Method in class com.io7m.jranges.RangeHalfOpenD
- upper() - Method in interface com.io7m.jranges.RangeHalfOpenDType
- upper() - Method in class com.io7m.jranges.RangeHalfOpenI
- upper() - Method in interface com.io7m.jranges.RangeHalfOpenIType
- upper() - Method in class com.io7m.jranges.RangeHalfOpenL
- upper() - Method in interface com.io7m.jranges.RangeHalfOpenLType
- upper() - Method in class com.io7m.jranges.RangeInclusiveB
- upper() - Method in interface com.io7m.jranges.RangeInclusiveBType
- upper() - Method in class com.io7m.jranges.RangeInclusiveD
- upper() - Method in interface com.io7m.jranges.RangeInclusiveDType
- upper() - Method in class com.io7m.jranges.RangeInclusiveI
- upper() - Method in interface com.io7m.jranges.RangeInclusiveIType
- upper() - Method in class com.io7m.jranges.RangeInclusiveL
- upper() - Method in interface com.io7m.jranges.RangeInclusiveLType
W
- withLower(double) - Method in class com.io7m.jranges.RangeHalfOpenD
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(double) - Method in class com.io7m.jranges.RangeInclusiveD
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(int) - Method in class com.io7m.jranges.RangeHalfOpenI
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(int) - Method in class com.io7m.jranges.RangeInclusiveI
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(long) - Method in class com.io7m.jranges.RangeHalfOpenL
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(long) - Method in class com.io7m.jranges.RangeInclusiveL
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB
-
Copy the current immutable object by setting a value for the
lowerattribute. - withLower(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB
-
Copy the current immutable object by setting a value for the
lowerattribute. - withUpper(double) - Method in class com.io7m.jranges.RangeHalfOpenD
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(double) - Method in class com.io7m.jranges.RangeInclusiveD
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(int) - Method in class com.io7m.jranges.RangeHalfOpenI
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(int) - Method in class com.io7m.jranges.RangeInclusiveI
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(long) - Method in class com.io7m.jranges.RangeHalfOpenL
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(long) - Method in class com.io7m.jranges.RangeInclusiveL
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB
-
Copy the current immutable object by setting a value for the
upperattribute. - withUpper(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB
-
Copy the current immutable object by setting a value for the
upperattribute.
All Classes All Packages