| Constructor and Description |
|---|
IntStreams() |
| Modifier and Type | Method and Description |
|---|---|
static IntStream |
range(int endExclusive)
Shorthand for
IntStream.range(0, i). |
static IntStream |
rangeClosed(int endInclusive)
Shorthand for
IntStream.rangeClosed(0, i). |
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.