Module net.anwiba.commons.utilities
Class IntegerIterator
java.lang.Object
net.anwiba.commons.utilities.interval.IntegerIterator
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerIterator(int minValue, int maxValue) IntegerIterator(int minValue, int maxValue, IAcceptor<Integer> validator) -
Method Summary
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
-
Constructor Details
-
IntegerIterator
public IntegerIterator(int minValue, int maxValue) -
IntegerIterator
-
-
Method Details