Package org.kie.dmn.core.util
Class IterableRange
- java.lang.Object
-
- org.kie.dmn.core.util.IterableRange
-
- All Implemented Interfaces:
Iterable<BigDecimal>
public class IterableRange extends Object implements Iterable<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description IterableRange(org.kie.dmn.feel.runtime.Range range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<BigDecimal>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<BigDecimal> iterator()
- Specified by:
iteratorin interfaceIterable<BigDecimal>
-
-