Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.util.stream Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
BaseStreamBase interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations.Interfacejava.util.streamJava SE
Collectors operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.Classjava.util.streamJava SE
Collector .CharacteristicsCharacteristics indicating properties of a Collector, which can be used to optimize reduction implementations.Classjava.util.stream.CollectorJava SE
CollectorInterfacejava.util.streamJava SE
DoubleStreamA sequence of primitive double-valued elements supporting sequential and parallel aggregate operations.Interfacejava.util.streamJava SE
DoubleStream .BuilderA mutable builder for a DoubleStream.Interfacejava.util.stream.DoubleStreamJava SE
IntStreamA sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.Interfacejava.util.streamJava SE
IntStream .BuilderA mutable builder for an IntStream.Interfacejava.util.stream.IntStreamJava SE
LongStreamA sequence of primitive long-valued elements supporting sequential and parallel aggregate operations.Interfacejava.util.streamJava SE
LongStream .BuilderA mutable builder for a LongStream.Interfacejava.util.stream.LongStreamJava SE
StreamSupportLow-level utility methods for creating and manipulating streams.Classjava.util.streamJava SE
StreamA sequence of elements supporting sequential and parallel aggregate operations.Interfacejava.util.streamJava SE
Stream .BuilderA mutable builder for a Stream.Interfacejava.util.stream.StreamJava SE