Class AscIntegerIterator
java.lang.Object
org.apache.commons.jexl3.internal.AscIntegerIterator
An ascending 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
-
AscIntegerIterator
public AscIntegerIterator(int l, int h) Creates a iterator on the range.- Parameters:
l
- low boundaryh
- high boundary
-
-
Method Details