
| Interface | Description |
|---|---|
| BaseStream<T,S extends BaseStream<T,S>> |
See
the official Java API doc for details.
|
| Collector<T,A,R> |
See the
official Java API doc for details.
|
| DoubleStream |
See
the official Java API doc for details.
|
| DoubleStream.Builder |
See the
official Java API doc for details.
|
| IntStream |
See
the official Java API doc for details.
|
| IntStream.Builder |
See the
official Java API doc for details.
|
| LongStream |
See
the official Java API doc for details.
|
| LongStream.Builder |
See the
official Java API doc for details.
|
| Stream<T> |
See
the official Java API doc for details.
|
| Stream.Builder<T> |
See
the official Java API doc for details.
|
| Class | Description |
|---|---|
| BaseStream |
See
the official Java API doc for details.
|
| Collector |
See the
official Java API doc for details.
|
| CollectorImpl |
Simple internal implementation of a collector, holding each of the functions in a field.
|
| Collectors |
See the
official Java API doc for details.
|
| Collectors |
See the
official Java API doc for details.
|
| DoubleStream |
See
the official Java API doc for details.
|
| DoubleStreamImpl |
Main implementation of DoubleStream, wrapping a single spliterator, and an optional parent
stream.
|
| IntStream |
See
the official Java API doc for details.
|
| IntStreamImpl |
Main implementation of IntStream, wrapping a single spliterator, and an optional parent stream.
|
| LongStream |
See
the official Java API doc for details.
|
| LongStreamImpl |
Main implementation of LongStream, wrapping a single spliterator, and an optional parent stream.
|
| Stream |
See
the official Java API doc for details.
|
| StreamImpl |
Main implementation of Stream, wrapping a single spliterator and an optional parent stream.
|
| StreamSupport |
See
the official Java API doc for details.
|
| StreamSupport |
See
the official Java API doc for details.
|
| TerminatableStream |
| Enum | Description |
|---|---|
| Collector.Characteristics |
See
the official Java API doc for details.
|
Copyright © 2018. All rights reserved.