| Package | Description |
|---|---|
| com.io7m.jranges |
Core functions and types.
|
| Modifier and Type | Field | Description |
|---|---|---|
static RangeInclusiveD |
Ranges.NATURAL_DOUBLE |
The inclusive range of numbers greater than or equal to
0,
[0, {@link Double#MAX_VALUE}]. |
static RangeInclusiveD |
Ranges.POSITIVE_DOUBLE |
The inclusive range of numbers greater than or equal to
1,
[1, {@link Double#MAX_VALUE}]. |
| Modifier and Type | Method | Description |
|---|---|---|
RangeInclusiveD |
RangeInclusiveD.Builder.build() |
Builds a new
RangeInclusiveD. |
static RangeInclusiveD |
RangeInclusiveD.copyOf(RangeInclusiveDType instance) |
Creates an immutable copy of a
RangeInclusiveDType value. |
static RangeInclusiveD |
RangeInclusiveD.of(double lower,
double upper) |
Construct a new immutable
RangeInclusiveD instance. |
RangeInclusiveD |
RangeInclusiveD.withLower(double value) |
Copy the current immutable object by setting a value for the
lower attribute. |
RangeInclusiveD |
RangeInclusiveD.withUpper(double value) |
Copy the current immutable object by setting a value for the
upper attribute. |
| Modifier and Type | Method | Description |
|---|---|---|
default boolean |
RangeInclusiveDType.isIncludedIn(RangeInclusiveD other) |
Determine if the given range is included in this range.
|
Copyright © 2017 <code@io7m.com> http://io7m.com