Uses of Class
com.io7m.jranges.RangeInclusiveI.Builder
-
Packages that use RangeInclusiveI.Builder Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveI.Builder in com.io7m.jranges
Methods in com.io7m.jranges that return RangeInclusiveI.Builder Modifier and Type Method Description static RangeInclusiveI.BuilderRangeInclusiveI. builder()Creates a builder forRangeInclusiveI.RangeInclusiveI.BuilderRangeInclusiveI.Builder. from(RangeInclusiveIType instance)Fill a builder with attribute values from the providedRangeInclusiveITypeinstance.RangeInclusiveI.BuilderRangeInclusiveI.Builder. setLower(int lower)Initializes the value for thelowerattribute.RangeInclusiveI.BuilderRangeInclusiveI.Builder. setUpper(int upper)Initializes the value for theupperattribute.
-