Uses of Class
org.apache.commons.jexl3.internal.LongRange
-
Packages that use LongRange Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of LongRange in org.apache.commons.jexl3.internal
Subclasses of LongRange in org.apache.commons.jexl3.internal Modifier and Type Class Description static class
LongRange.Ascending
Ascending long range.static class
LongRange.Descending
Descending long range.Methods in org.apache.commons.jexl3.internal that return LongRange Modifier and Type Method Description static LongRange
LongRange. create(long from, long to)
Creates a range, ascending or descending depending on boundaries order.
-