Class AscIntegerIterator
- java.lang.Object
-
- org.apache.commons.jexl3.internal.AscIntegerIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Integer>
final class AscIntegerIterator extends java.lang.Object implements java.util.Iterator<java.lang.Integer>
An ascending iterator on an integer range.
-
-
Constructor Summary
Constructors Constructor Description AscIntegerIterator(int l, int h)
Creates a iterator on the range.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Integer
next()
-