Class DescIntegerIterator
java.lang.Object
org.apache.commons.jexl3.internal.DescIntegerIterator
A descending iterator on an integer range.
-
Field Details
-
min
private final int minThe lower boundary. -
max
private final int maxThe upper boundary. -
cursor
private int cursorThe current value.
-
-
Constructor Details
-
DescIntegerIterator
public DescIntegerIterator(int l, int h) Creates a iterator on the range.- Parameters:
l
- low boundaryh
- high boundary
-
-
Method Details