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