Uses of Interface
com.io7m.jranges.RangeHalfOpenBType
-
Packages that use RangeHalfOpenBType Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeHalfOpenBType in com.io7m.jranges
Classes in com.io7m.jranges that implement RangeHalfOpenBType Modifier and Type Class Description classRangeHalfOpenBA half open (inclusive lower, exclusive upper) range withBigIntegercomponents.Methods in com.io7m.jranges with parameters of type RangeHalfOpenBType Modifier and Type Method Description static RangeHalfOpenBRangeHalfOpenB. copyOf(RangeHalfOpenBType instance)Creates an immutable copy of aRangeHalfOpenBTypevalue.RangeHalfOpenB.BuilderRangeHalfOpenB.Builder. from(RangeHalfOpenBType instance)Fill a builder with attribute values from the providedRangeHalfOpenBTypeinstance.
-