Uses of Interface
com.io7m.jranges.RangeInclusiveBType
-
Packages that use RangeInclusiveBType Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeInclusiveBType in com.io7m.jranges
Classes in com.io7m.jranges that implement RangeInclusiveBType Modifier and Type Class Description classRangeInclusiveBAn inclusive range withBigIntegercomponents.Methods in com.io7m.jranges with parameters of type RangeInclusiveBType Modifier and Type Method Description static RangeInclusiveBRangeInclusiveB. copyOf(RangeInclusiveBType instance)Creates an immutable copy of aRangeInclusiveBTypevalue.RangeInclusiveB.BuilderRangeInclusiveB.Builder. from(RangeInclusiveBType instance)Fill a builder with attribute values from the providedRangeInclusiveBTypeinstance.
-