Class ForExpressionNode.BigDecimalRangeIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.math.BigDecimal>
    Enclosing class:
    ForExpressionNode

    public static class ForExpressionNode.BigDecimalRangeIterator
    extends java.lang.Object
    implements java.util.Iterator<java.math.BigDecimal>
    • Constructor Summary

      Constructors 
      Constructor Description
      BigDecimalRangeIterator​(java.math.BigDecimal start, java.math.BigDecimal end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.math.BigDecimal next()  
      • 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​(java.math.BigDecimal start,
                                       java.math.BigDecimal end)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.math.BigDecimal>
      • next

        public java.math.BigDecimal next()
        Specified by:
        next in interface java.util.Iterator<java.math.BigDecimal>