| Constructor and Description |
|---|
IntegerIterator(int minValue,
int maxValue) |
IntegerIterator(int minValue,
int maxValue,
net.anwiba.commons.lang.functional.IAcceptor<Integer> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Integer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IntegerIterator(int minValue,
int maxValue)
public IntegerIterator(int minValue,
int maxValue,
net.anwiba.commons.lang.functional.IAcceptor<Integer> validator)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.