Package org.kie.dmn.feel.lang.ast
Class ForExpressionNode.BigDecimalRangeIterator
- java.lang.Object
-
- org.kie.dmn.feel.lang.ast.ForExpressionNode.BigDecimalRangeIterator
-
- All Implemented Interfaces:
Iterator<BigDecimal>
- Enclosing class:
- ForExpressionNode
public static class ForExpressionNode.BigDecimalRangeIterator extends Object implements Iterator<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalRangeIterator(BigDecimal start, BigDecimal end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()BigDecimalnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
BigDecimalRangeIterator
public BigDecimalRangeIterator(BigDecimal start, BigDecimal end)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<BigDecimal>
-
next
public BigDecimal next()
- Specified by:
nextin interfaceIterator<BigDecimal>
-
-