Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Advanced Java Streams

Header Image

  1. Stream operations on primitive types
    • This article covers the use of primitive types and numeric data types in Java Streams, including various operations that can be used to process large collections of data in a concise and expressive way.
  2. Stream operations on collections
    • This article covers the basics of stream operations on collections in Java, including filtering, mapping, and the advantages of using streams for efficient and expressive data processing.
  3. Stream operations on I/O channels
    • This article covers the use of Java Streams for processing and reading/writing data from I/O channels.
  4. Stream operations on files
    • This article covers how to work with files using streams in Java, including creating streams from files, filtering and mapping file data, and reducing and collecting file results.

Table of contents