Uses of Class
com.io7m.jranges.RangeInclusiveL.Builder
-
Packages that use RangeInclusiveL.Builder Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveL.Builder in com.io7m.jranges
Methods in com.io7m.jranges that return RangeInclusiveL.Builder Modifier and Type Method Description static RangeInclusiveL.BuilderRangeInclusiveL. builder()Creates a builder forRangeInclusiveL.RangeInclusiveL.BuilderRangeInclusiveL.Builder. from(RangeInclusiveLType instance)Fill a builder with attribute values from the providedRangeInclusiveLTypeinstance.RangeInclusiveL.BuilderRangeInclusiveL.Builder. setLower(long lower)Initializes the value for thelowerattribute.RangeInclusiveL.BuilderRangeInclusiveL.Builder. setUpper(long upper)Initializes the value for theupperattribute.
-