Uses of Class
com.io7m.jranges.RangeInclusiveD
-
Packages that use RangeInclusiveD Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveD in com.io7m.jranges
Fields in com.io7m.jranges declared as RangeInclusiveD Modifier and Type Field Description static RangeInclusiveDRanges. NATURAL_DOUBLEThe inclusive range of numbers greater than or equal to0,[0, {@link Double#MAX_VALUE}].static RangeInclusiveDRanges. POSITIVE_DOUBLEThe inclusive range of numbers greater than or equal to1,[1, {@link Double#MAX_VALUE}].Methods in com.io7m.jranges that return RangeInclusiveD Modifier and Type Method Description RangeInclusiveDRangeInclusiveD.Builder. build()Builds a newRangeInclusiveD.static RangeInclusiveDRangeInclusiveD. copyOf(RangeInclusiveDType instance)Creates an immutable copy of aRangeInclusiveDTypevalue.static RangeInclusiveDRangeInclusiveD. of(double lower, double upper)Construct a new immutableRangeInclusiveDinstance.RangeInclusiveDRangeInclusiveD. withLower(double value)Copy the current immutable object by setting a value for thelowerattribute.RangeInclusiveDRangeInclusiveD. withUpper(double value)Copy the current immutable object by setting a value for theupperattribute.Methods in com.io7m.jranges with parameters of type RangeInclusiveD Modifier and Type Method Description default booleanRangeHalfOpenDType. isIncludedIn(RangeInclusiveD other)Determine if the given range is included in this range.default booleanRangeInclusiveDType. isIncludedIn(RangeInclusiveD other)Determine if the given range is included in this range.
-