Class LongRange.Ascending
java.lang.Object
org.apache.commons.jexl3.internal.LongRange
org.apache.commons.jexl3.internal.LongRange.Ascending
- All Implemented Interfaces:
Iterable<Long>
,Collection<Long>
- Enclosing class:
LongRange
Ascending long range.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.jexl3.internal.LongRange
LongRange.Ascending, LongRange.Descending
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
Ascending
protected Ascending(long from, long to) Constructs a new instance.- Parameters:
from
- lower boundaryto
- upper boundary
-
-
Method Details