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