Constructor and Description |
---|
IntRangeIterator(int min,
int max)
Creates an iterator for the range [min, max) (exclusive upper limit).
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Integer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2018. All rights reserved.