B C D E F H I L N O P R S T U W 
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 (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, RangeHalfOpenB, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
Assert that x (named x_name) is included in the given range range (named range_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, RangeHalfOpenI, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
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, RangeHalfOpenL, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
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.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 (named inner_name) is included in the given range outer (named outer_name).
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(RangeHalfOpenI, String, RangeHalfOpenI, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
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(RangeHalfOpenL, String, RangeHalfOpenL, String) - Static method in class com.io7m.jranges.RangeHalfOpenCheck
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(RangeHalfOpenBType) - Static method in class com.io7m.jranges.RangeHalfOpenB
Creates an immutable copy of a RangeHalfOpenBType value.
copyOf(RangeHalfOpenDType) - Static method in class com.io7m.jranges.RangeHalfOpenD
Creates an immutable copy of a RangeHalfOpenDType value.
copyOf(RangeHalfOpenIType) - Static method in class com.io7m.jranges.RangeHalfOpenI
Creates an immutable copy of a RangeHalfOpenIType value.
copyOf(RangeHalfOpenLType) - Static method in class com.io7m.jranges.RangeHalfOpenL
Creates an immutable copy of a RangeHalfOpenLType value.
copyOf(RangeInclusiveBType) - Static method in class com.io7m.jranges.RangeInclusiveB
Creates an immutable copy of a RangeInclusiveBType value.
copyOf(RangeInclusiveDType) - Static method in class com.io7m.jranges.RangeInclusiveD
Creates an immutable copy of a RangeInclusiveDType value.
copyOf(RangeInclusiveIType) - Static method in class com.io7m.jranges.RangeInclusiveI
Creates an immutable copy of a RangeInclusiveIType value.
copyOf(RangeInclusiveLType) - Static method in class com.io7m.jranges.RangeInclusiveL
Creates an immutable copy of a RangeInclusiveLType value.

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 RangeHalfOpenB that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenD
This instance is equal to all instances of RangeHalfOpenD that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenI
This instance is equal to all instances of RangeHalfOpenI that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeHalfOpenL
This instance is equal to all instances of RangeHalfOpenL that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveB
This instance is equal to all instances of RangeInclusiveB that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveD
This instance is equal to all instances of RangeInclusiveD that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveI
This instance is equal to all instances of RangeInclusiveI that have equal attribute values.
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveL
This instance is equal to all instances of RangeInclusiveL that have equal attribute values.

F

from(RangeHalfOpenBType) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
Fill a builder with attribute values from the provided RangeHalfOpenBType instance.
from(RangeHalfOpenDType) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
Fill a builder with attribute values from the provided RangeHalfOpenDType instance.
from(RangeHalfOpenIType) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
Fill a builder with attribute values from the provided RangeHalfOpenIType instance.
from(RangeHalfOpenLType) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
Fill a builder with attribute values from the provided RangeHalfOpenLType instance.
from(RangeInclusiveBType) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
Fill a builder with attribute values from the provided RangeInclusiveBType instance.
from(RangeInclusiveDType) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
Fill a builder with attribute values from the provided RangeInclusiveDType instance.
from(RangeInclusiveIType) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
Fill a builder with attribute values from the provided RangeInclusiveIType instance.
from(RangeInclusiveLType) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
Fill a builder with attribute values from the provided RangeInclusiveLType instance.

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 RangeHalfOpenD instance.
of(double, double) - Static method in class com.io7m.jranges.RangeInclusiveD
Construct a new immutable RangeInclusiveD instance.
of(int, int) - Static method in class com.io7m.jranges.RangeHalfOpenI
Construct a new immutable RangeHalfOpenI instance.
of(int, int) - Static method in class com.io7m.jranges.RangeInclusiveI
Construct a new immutable RangeInclusiveI instance.
of(long, long) - Static method in class com.io7m.jranges.RangeHalfOpenL
Construct a new immutable RangeHalfOpenL instance.
of(long, long) - Static method in class com.io7m.jranges.RangeInclusiveL
Construct a new immutable RangeInclusiveL instance.
of(BigInteger, BigInteger) - Static method in class com.io7m.jranges.RangeHalfOpenB
Construct a new immutable RangeHalfOpenB instance.
of(BigInteger, BigInteger) - Static method in class com.io7m.jranges.RangeInclusiveB
Construct a new immutable RangeInclusiveB instance.

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 RangeCheck assertion 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 BigInteger components.
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 BigInteger components.
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 double components.
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 double components.
RangeHalfOpenI - Class in com.io7m.jranges
A half open (inclusive lower, exclusive upper) range with int components.
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 int components.
RangeHalfOpenL - Class in com.io7m.jranges
A half open (inclusive lower, exclusive upper) range with long components.
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 long components.
RangeInclusiveB - Class in com.io7m.jranges
An inclusive range with BigInteger components.
RangeInclusiveB.Builder - Class in com.io7m.jranges
Builds instances of type RangeInclusiveB.
RangeInclusiveBType - Interface in com.io7m.jranges
An inclusive range with BigInteger components.
RangeInclusiveD - Class in com.io7m.jranges
An inclusive range with double components.
RangeInclusiveD.Builder - Class in com.io7m.jranges
Builds instances of type RangeInclusiveD.
RangeInclusiveDType - Interface in com.io7m.jranges
An inclusive range with double components.
RangeInclusiveI - Class in com.io7m.jranges
An inclusive range with int components.
RangeInclusiveI.Builder - Class in com.io7m.jranges
Builds instances of type RangeInclusiveI.
RangeInclusiveIType - Interface in com.io7m.jranges
An inclusive range with int components.
RangeInclusiveL - Class in com.io7m.jranges
An inclusive range with long components.
RangeInclusiveL.Builder - Class in com.io7m.jranges
Builds instances of type RangeInclusiveL.
RangeInclusiveLType - Interface in com.io7m.jranges
An inclusive range with long components.
Ranges - Class in com.io7m.jranges
Predefined ranges.

S

setLower(double) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
Initializes the value for the lower attribute.
setLower(double) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
Initializes the value for the lower attribute.
setLower(int) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
Initializes the value for the lower attribute.
setLower(int) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
Initializes the value for the lower attribute.
setLower(long) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
Initializes the value for the lower attribute.
setLower(long) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
Initializes the value for the lower attribute.
setLower(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
Initializes the value for the lower attribute.
setLower(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
Initializes the value for the lower attribute.
setUpper(double) - Method in class com.io7m.jranges.RangeHalfOpenD.Builder
Initializes the value for the upper attribute.
setUpper(double) - Method in class com.io7m.jranges.RangeInclusiveD.Builder
Initializes the value for the upper attribute.
setUpper(int) - Method in class com.io7m.jranges.RangeHalfOpenI.Builder
Initializes the value for the upper attribute.
setUpper(int) - Method in class com.io7m.jranges.RangeInclusiveI.Builder
Initializes the value for the upper attribute.
setUpper(long) - Method in class com.io7m.jranges.RangeHalfOpenL.Builder
Initializes the value for the upper attribute.
setUpper(long) - Method in class com.io7m.jranges.RangeInclusiveL.Builder
Initializes the value for the upper attribute.
setUpper(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB.Builder
Initializes the value for the upper attribute.
setUpper(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB.Builder
Initializes the value for the upper attribute.

T

toString() - Method in class com.io7m.jranges.RangeHalfOpenB
Prints the immutable value RangeHalfOpenB with attribute values.
toString() - Method in class com.io7m.jranges.RangeHalfOpenD
Prints the immutable value RangeHalfOpenD with attribute values.
toString() - Method in class com.io7m.jranges.RangeHalfOpenI
Prints the immutable value RangeHalfOpenI with attribute values.
toString() - Method in class com.io7m.jranges.RangeHalfOpenL
Prints the immutable value RangeHalfOpenL with attribute values.
toString() - Method in class com.io7m.jranges.RangeInclusiveB
Prints the immutable value RangeInclusiveB with attribute values.
toString() - Method in class com.io7m.jranges.RangeInclusiveD
Prints the immutable value RangeInclusiveD with attribute values.
toString() - Method in class com.io7m.jranges.RangeInclusiveI
Prints the immutable value RangeInclusiveI with attribute values.
toString() - Method in class com.io7m.jranges.RangeInclusiveL
Prints the immutable value RangeInclusiveL with 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 lower attribute.
withLower(double) - Method in class com.io7m.jranges.RangeInclusiveD
Copy the current immutable object by setting a value for the lower attribute.
withLower(int) - Method in class com.io7m.jranges.RangeHalfOpenI
Copy the current immutable object by setting a value for the lower attribute.
withLower(int) - Method in class com.io7m.jranges.RangeInclusiveI
Copy the current immutable object by setting a value for the lower attribute.
withLower(long) - Method in class com.io7m.jranges.RangeHalfOpenL
Copy the current immutable object by setting a value for the lower attribute.
withLower(long) - Method in class com.io7m.jranges.RangeInclusiveL
Copy the current immutable object by setting a value for the lower attribute.
withLower(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB
Copy the current immutable object by setting a value for the lower attribute.
withLower(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB
Copy the current immutable object by setting a value for the lower attribute.
withUpper(double) - Method in class com.io7m.jranges.RangeHalfOpenD
Copy the current immutable object by setting a value for the upper attribute.
withUpper(double) - Method in class com.io7m.jranges.RangeInclusiveD
Copy the current immutable object by setting a value for the upper attribute.
withUpper(int) - Method in class com.io7m.jranges.RangeHalfOpenI
Copy the current immutable object by setting a value for the upper attribute.
withUpper(int) - Method in class com.io7m.jranges.RangeInclusiveI
Copy the current immutable object by setting a value for the upper attribute.
withUpper(long) - Method in class com.io7m.jranges.RangeHalfOpenL
Copy the current immutable object by setting a value for the upper attribute.
withUpper(long) - Method in class com.io7m.jranges.RangeInclusiveL
Copy the current immutable object by setting a value for the upper attribute.
withUpper(BigInteger) - Method in class com.io7m.jranges.RangeHalfOpenB
Copy the current immutable object by setting a value for the upper attribute.
withUpper(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB
Copy the current immutable object by setting a value for the upper attribute.
B C D E F H I L N O P R S T U W 
All Classes All Packages