Uses of Class
org.apache.commons.lang3.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
Modifier 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).