Uses of Class
com.io7m.jranges.RangeInclusiveB
-
Packages that use RangeInclusiveB Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveB in com.io7m.jranges
Methods in com.io7m.jranges that return RangeInclusiveB Modifier and Type Method Description RangeInclusiveBRangeInclusiveB.Builder. build()Builds a newRangeInclusiveB.static RangeInclusiveBRangeCheck. checkRangeIncludedInBig(RangeInclusiveB inner, java.lang.String inner_name, RangeInclusiveB outer, java.lang.String outer_name)Assert thatinner(namedinner_name) is included in the given rangeouter(namedouter_name).static RangeInclusiveBRangeInclusiveB. copyOf(RangeInclusiveBType instance)Creates an immutable copy of aRangeInclusiveBTypevalue.static RangeInclusiveBRangeInclusiveB. of(java.math.BigInteger lower, java.math.BigInteger upper)Construct a new immutableRangeInclusiveBinstance.RangeInclusiveBRangeInclusiveB. withLower(java.math.BigInteger value)Copy the current immutable object by setting a value for thelowerattribute.RangeInclusiveBRangeInclusiveB. withUpper(java.math.BigInteger value)Copy the current immutable object by setting a value for theupperattribute.Methods in com.io7m.jranges with parameters of type RangeInclusiveB Modifier and Type Method Description static java.math.BigIntegerRangeCheck. checkIncludedInBig(java.math.BigInteger x, java.lang.String x_name, RangeInclusiveB range, java.lang.String range_name)Assert thatx(namedx_name) is included in the given rangerange(namedrange_name).static RangeInclusiveBRangeCheck. checkRangeIncludedInBig(RangeInclusiveB inner, java.lang.String inner_name, RangeInclusiveB outer, java.lang.String outer_name)Assert thatinner(namedinner_name) is included in the given rangeouter(namedouter_name).default booleanRangeHalfOpenBType. isIncludedIn(RangeInclusiveB other)Determine if the given range is included in this range.default booleanRangeInclusiveBType. isIncludedIn(RangeInclusiveB other)Determine if the given range is included in this range.
-