Uses of Interface
com.io7m.jranges.RangeHalfOpenIType
-
Packages that use RangeHalfOpenIType Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeHalfOpenIType in com.io7m.jranges
Classes in com.io7m.jranges that implement RangeHalfOpenIType Modifier and Type Class Description classRangeHalfOpenIA half open (inclusive lower, exclusive upper) range withintcomponents.Methods in com.io7m.jranges with parameters of type RangeHalfOpenIType Modifier and Type Method Description static RangeHalfOpenIRangeHalfOpenI. copyOf(RangeHalfOpenIType instance)Creates an immutable copy of aRangeHalfOpenITypevalue.RangeHalfOpenI.BuilderRangeHalfOpenI.Builder. from(RangeHalfOpenIType instance)Fill a builder with attribute values from the providedRangeHalfOpenITypeinstance.
-