| Package | Description |
|---|---|
| com.io7m.jranges |
Core functions and types.
|
| Modifier and Type | Method and Description |
|---|---|
static RangeInclusiveB |
RangeCheck.checkRangeIncludedInBig(RangeInclusiveB inner,
String inner_name,
RangeInclusiveB outer,
String outer_name)
Assert that
inner (named inner_name) is
included in the given range outer (named
outer_name). |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
RangeCheck.checkIncludedInBig(BigInteger x,
String x_name,
RangeInclusiveB range,
String range_name)
Assert that
x (named x_name) is included in
the given range range (named range_name). |
static RangeInclusiveB |
RangeCheck.checkRangeIncludedInBig(RangeInclusiveB inner,
String inner_name,
RangeInclusiveB outer,
String outer_name)
Assert that
inner (named inner_name) is
included in the given range outer (named
outer_name). |
boolean |
RangeInclusiveB.isIncludedIn(RangeInclusiveB other)
Determine if the given range is included in this range.
|
Copyright © 2015 <code@io7m.com> http://io7m.com