Java.Util.Streams Namespace

Classes

Collector
CollectorCharacteristics

Characteristics indicating properties of a Collector, which can be used to optimize reduction implementations.

Collectors

Implementations of Collector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.

StreamSupport

Low-level utility methods for creating and manipulating streams.

Interfaces

IBaseStream

Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations.

ICollector

A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed.