Skip navigation links
C E G H I N P R T 

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, 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).
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.documentation - package com.io7m.jranges.documentation
Documentation.

E

equals(Object) - Method in class com.io7m.jranges.RangeInclusiveB
 
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveD
 
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveI
 
equals(Object) - Method in class com.io7m.jranges.RangeInclusiveL
 

G

getDocumentationXMLLocation() - Static method in class com.io7m.jranges.documentation.RDocumentation
 
getInterval() - Method in class com.io7m.jranges.RangeInclusiveB
Retrieve the number of values in the range [lower, upper].
getInterval() - Method in class com.io7m.jranges.RangeInclusiveD
 
getInterval() - Method in class com.io7m.jranges.RangeInclusiveI
Retrieve the number of values in the range [lower, upper].
getInterval() - Method in class com.io7m.jranges.RangeInclusiveL
Retrieve the number of values in the range [lower, upper].
getLower() - Method in class com.io7m.jranges.RangeInclusiveB
 
getLower() - Method in class com.io7m.jranges.RangeInclusiveD
 
getLower() - Method in class com.io7m.jranges.RangeInclusiveI
 
getLower() - Method in class com.io7m.jranges.RangeInclusiveL
 
getUpper() - Method in class com.io7m.jranges.RangeInclusiveB
 
getUpper() - Method in class com.io7m.jranges.RangeInclusiveD
 
getUpper() - Method in class com.io7m.jranges.RangeInclusiveI
 
getUpper() - Method in class com.io7m.jranges.RangeInclusiveL
 

H

hashCode() - Method in class com.io7m.jranges.RangeInclusiveB
 
hashCode() - Method in class com.io7m.jranges.RangeInclusiveD
 
hashCode() - Method in class com.io7m.jranges.RangeInclusiveI
 
hashCode() - Method in class com.io7m.jranges.RangeInclusiveL
 

I

includesValue(BigInteger) - Method in class com.io7m.jranges.RangeInclusiveB
Determine if the given value is included in this range.
includesValue(double) - Method in class com.io7m.jranges.RangeInclusiveD
Determine if the given value is included in this range.
includesValue(int) - Method in class com.io7m.jranges.RangeInclusiveI
Determine if the given value is included in this range.
includesValue(long) - Method in class com.io7m.jranges.RangeInclusiveL
Determine if the given value is included in this range.
isIncludedIn(RangeInclusiveB) - Method in class com.io7m.jranges.RangeInclusiveB
Determine if the given range is included in this range.
isIncludedIn(RangeInclusiveD) - Method in class com.io7m.jranges.RangeInclusiveD
Determine if the given range is included in this range.
isIncludedIn(RangeInclusiveI) - Method in class com.io7m.jranges.RangeInclusiveI
Determine if the given range is included in this range.
isIncludedIn(RangeInclusiveL) - Method in class com.io7m.jranges.RangeInclusiveL
Determine if the given range is included in this range.

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}].

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.
RangeInclusiveB - Class in com.io7m.jranges
Immutable type representing an inclusive range with BigInteger components.
RangeInclusiveB(BigInteger, BigInteger) - Constructor for class com.io7m.jranges.RangeInclusiveB
Construct an inclusive range.
RangeInclusiveD - Class in com.io7m.jranges
Immutable type representing an inclusive range with double components.
RangeInclusiveD(double, double) - Constructor for class com.io7m.jranges.RangeInclusiveD
Construct an inclusive range.
RangeInclusiveI - Class in com.io7m.jranges
Immutable type representing an inclusive range with int components.
RangeInclusiveI(int, int) - Constructor for class com.io7m.jranges.RangeInclusiveI
Construct an inclusive range.
RangeInclusiveL - Class in com.io7m.jranges
Immutable type representing an inclusive range with long components.
RangeInclusiveL(long, long) - Constructor for class com.io7m.jranges.RangeInclusiveL
Construct an inclusive range.
Ranges - Class in com.io7m.jranges
Predefined ranges.
RDocumentation - Class in com.io7m.jranges.documentation
Functions for retrieving the documentation.

T

toString() - Method in class com.io7m.jranges.RangeInclusiveB
 
toString() - Method in class com.io7m.jranges.RangeInclusiveD
 
toString() - Method in class com.io7m.jranges.RangeInclusiveI
 
toString() - Method in class com.io7m.jranges.RangeInclusiveL
 
C E G H I N P R T 
Skip navigation links

Copyright © 2015 <code@io7m.com> http://io7m.com