| Constructor and Description |
|---|
IntStreams()
Deprecated.
TODO Make private in 4.0.
|
| 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). |
@Deprecated public IntStreams()
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.