Class BigDecimalRangeIterator
java.lang.Object
pl.decerto.hyperon.mp.simulation.samples.iterator.BigDecimalRangeIterator
- All Implemented Interfaces:
Iterator<BigDecimal>
Created by Artur Osiak on 14.10.2019
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcompare(BigDecimal val1, BigDecimal val2) protected BigDecimalcomputeNext(BigDecimal current, BigDecimal step) booleanhasNext()next()voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
samples
-
current
-
-
Constructor Details
-
BigDecimalRangeIterator
-
-
Method Details