| Package | Description |
|---|---|
| java.util.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseStream<T,S extends BaseStream<T,S>>
See
the official Java API doc for details.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleStream
See
the official Java API doc for details.
|
interface |
IntStream
See
the official Java API doc for details.
|
interface |
LongStream
See
the official Java API doc for details.
|
interface |
Stream<T>
See
the official Java API doc for details.
|
Copyright © 2018. All rights reserved.