Skip to content
amitph
  • Home
  • Spring
  • Java
  • Java 8
  • About

Home » Java Streams » Page 2

Java Streams Tutorials

Java 8 Streams is a lazily loaded and processed flow of elements that supports applying various transformations and manipulations using functional style API.

List Files and Subdirectories from a Directory in Java

A quick tutorial with examples covers various ways to iterate and list files from or directory and list subdirectories of a directory or folder in Java

How to Merge Multiple Collections in Java

Learn different techniques to merge or concatenate multiple collections together in Java with the help of practical examples

How to Partition List in Multiple Sublists in Java

A quick guide on Partition a List in Java. We will learn ways to split a list into multiple sublists of specified size

How to Remove Duplicate Elements from List in Java

This tutorial covers a different ways to Remove Duplicate Elements from a List in Java

How to write Java Streams Custom Collector

Hands on tutorial to write Java Streams Custom Collector and use it on Streams to collect Stream elements.

Java 8 Streams API – Stream Collectors

This tutorial covers examples of Java 8 Streams Collectors, which are used for collecting elements in a Stream

Posts navigation

Previous 1 2 3 4 Next
https://www.amitph.com

Topics

  • Java
  • Scala
  • Spring

Resources

  • About
  • Contact us
  • Java Tutorials
  • Spring Tutorials
  • Java Streams and Lambdas
  • Learning Scala
  • Home
  • MongoDB Fundamentals – Book

Latest

  • Static Methods in Java Interfaces
  • Interfaces In Java
  • Abstract classes in Java
  • Parallel Requests with Spring WebClient
  • Spring AOP Guide
© 2022 amitph.