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.lang
classes. -
-
Uses of IntegerRange in org.apache.commons.lang3
Methods in org.apache.commons.lang3 that return IntegerRange Modifier and Type Method Description static IntegerRange
IntegerRange. of(int fromInclusive, int toInclusive)
Creates a range with the specified minimum and maximum values (both inclusive).static IntegerRange
IntegerRange. of(java.lang.Integer fromInclusive, java.lang.Integer toInclusive)
Creates a range with the specified minimum and maximum values (both inclusive).
-