Uses of Class
org.apache.commons.lang3.IntegerRange
-
Packages that use IntegerRange Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of IntegerRange in org.apache.commons.lang3
Methods in org.apache.commons.lang3 that return IntegerRange Modifier and Type Method Description static IntegerRangeIntegerRange. of(int fromInclusive, int toInclusive)Creates a range with the specified minimum and maximum values (both inclusive).static IntegerRangeIntegerRange. of(Integer fromInclusive, Integer toInclusive)Creates a range with the specified minimum and maximum values (both inclusive).
-