public class IntegerRange.ForwardIterator extends AbstractIntIterator
| Constructor and Description |
|---|
ForwardIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Integer |
next() |
int |
nextInt() |
void |
remove() |
public boolean hasNext()
public java.lang.Integer next()
public int nextInt()
nextInt in class AbstractIntIteratorpublic void remove()
Copyright © 2022. All rights reserved.