Skip to content
sivakrsna edited this page Mar 8, 2018 · 1 revision

Streams

  • Java 8 is the introduction of the stream functionality – java.util.stream – which contains classes for processing sequences of elements.
  • A sequence of elements supporting sequential and parallel aggregate operations.
Clone this wiki locally