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.lang3Methods in org.apache.commons.lang3 that return IntegerRangeModifier and TypeMethodDescriptionstatic IntegerRangeIntegerRange.of(int fromInclusive, int toInclusive) Creates a range with the specified minimum and maximum values (both inclusive).static IntegerRangeCreates a range with the specified minimum and maximum values (both inclusive).