Class LongRange.Ascending
- java.lang.Object
-
- org.apache.commons.jexl3.internal.LongRange
-
- org.apache.commons.jexl3.internal.LongRange.Ascending
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.jexl3.internal.LongRange
LongRange.Ascending, LongRange.Descending
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Ascending(long from, long to)
Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.Long>
iterator()
-
Methods inherited from class org.apache.commons.jexl3.internal.LongRange
add, addAll, clear, contains, containsAll, create, equals, getMax, getMin, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
-
-