public static class ForExpressionNode.BigDecimalRangeIterator extends Object implements Iterator<BigDecimal>
| Constructor and Description |
|---|
BigDecimalRangeIterator(BigDecimal start,
BigDecimal end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BigDecimal |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic BigDecimalRangeIterator(BigDecimal start, BigDecimal end)
public boolean hasNext()
hasNext in interface Iterator<BigDecimal>public BigDecimal next()
next in interface Iterator<BigDecimal>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.