public class IntFlatMap extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
IntFlatMap(PrimitiveIterator.OfInt iterator,
IntFunction<? extends IntStream> mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removepublic IntFlatMap(@NotNull
PrimitiveIterator.OfInt iterator,
@NotNull
IntFunction<? extends IntStream> mapper)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfInt