Uses of Class
org.apache.commons.jexl3.internal.IntegerRange
-
Packages that use IntegerRange Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of IntegerRange in org.apache.commons.jexl3.internal
Subclasses of IntegerRange in org.apache.commons.jexl3.internal Modifier and Type Class Description static classIntegerRange.AscendingAscending integer range.static classIntegerRange.DescendingDescending integer range.Methods in org.apache.commons.jexl3.internal that return IntegerRange Modifier and Type Method Description static IntegerRangeIntegerRange. create(int from, int to)Creates a range, ascending or descending depending on boundaries order.
-