| Package | Description |
|---|---|
| com.io7m.jranges |
Core functions and types.
|
| Modifier and Type | Method | Description |
|---|---|---|
RangeInclusiveB |
RangeInclusiveB.Builder.build() |
Builds a new
RangeInclusiveB. |
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). |
static RangeInclusiveB |
RangeInclusiveB.copyOf(RangeInclusiveBType instance) |
Creates an immutable copy of a
RangeInclusiveBType value. |
static RangeInclusiveB |
RangeInclusiveB.of(BigInteger lower,
BigInteger upper) |
Construct a new immutable
RangeInclusiveB instance. |
RangeInclusiveB |
RangeInclusiveB.withLower(BigInteger value) |
Copy the current immutable object by setting a value for the
lower attribute. |
RangeInclusiveB |
RangeInclusiveB.withUpper(BigInteger value) |
Copy the current immutable object by setting a value for the
upper attribute. |
| Modifier and Type | Method | 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). |
default boolean |
RangeInclusiveBType.isIncludedIn(RangeInclusiveB other) |
Determine if the given range is included in this range.
|
Copyright © 2017 <code@io7m.com> http://io7m.com