Class LongRange.Descending
java.lang.Object
org.apache.commons.jexl3.internal.LongRange
org.apache.commons.jexl3.internal.LongRange.Descending
- All Implemented Interfaces:
Iterable<Long>
,Collection<Long>
- Enclosing class:
LongRange
Descending 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
ConstructorsModifierConstructorDescriptionprotected
Descending
(long from, long to) Constructs a new instance. -
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
-
Descending
protected Descending(long from, long to) Constructs a new instance.- Parameters:
from
- upper boundaryto
- lower boundary
-
-
Method Details