public class IntGenerate extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
IntGenerate(IntSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removepublic IntGenerate(@NotNull
IntSupplier supplier)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfInt