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.org.apache.commons.lang3.time Provides classes and methods to work with dates and durations. -
-
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). -
Uses of LongRange in org.apache.commons.lang3.time
Fields in org.apache.commons.lang3.time declared as LongRange Modifier and Type Field Description (package private) static LongRange
DurationUtils. LONG_TO_INT_RANGE
An Integer Range that accepts Longs.
-