Uses of Class
org.apache.commons.lang3.IntegerRange
Packages that use IntegerRange
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of IntegerRange in org.apache.commons.lang3
Methods in org.apache.commons.lang3 that return IntegerRangeModifier and TypeMethodDescriptionstatic IntegerRange
IntegerRange.of
(int fromInclusive, int toInclusive) Creates a range with the specified minimum and maximum values (both inclusive).static IntegerRange
Creates a range with the specified minimum and maximum values (both inclusive).