Uses of Interface
com.io7m.jranges.RangeHalfOpenLType
-
Packages that use RangeHalfOpenLType Package Description com.io7m.jranges Core functions and types. -
-
Uses of RangeHalfOpenLType in com.io7m.jranges
Classes in com.io7m.jranges that implement RangeHalfOpenLType Modifier and Type Class Description classRangeHalfOpenLA half open (inclusive lower, exclusive upper) range withlongcomponents.Methods in com.io7m.jranges with parameters of type RangeHalfOpenLType Modifier and Type Method Description static RangeHalfOpenLRangeHalfOpenL. copyOf(RangeHalfOpenLType instance)Creates an immutable copy of aRangeHalfOpenLTypevalue.RangeHalfOpenL.BuilderRangeHalfOpenL.Builder. from(RangeHalfOpenLType instance)Fill a builder with attribute values from the providedRangeHalfOpenLTypeinstance.
-