Examples showing ways to convert a Java List to Set, and a Set to List using plain Java, Google Guava, and Apache Commons Collections
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Examples of Conversion Between Array and Set in Java
This tutorial illustrates how to Convert an Array to a Set, as well as Convert a Set to an Array using Java, Guava, and Apache Commons API
Understand Arrays.asList vs new ArrayList( Arrays.asList )
This tutorial covers difference between Arrays.asList() and new ArrayList(Arrays.asList) with the help of examples
Spring Functional Web Framework Guide
An in-depth guide to Spring 5 Functional Web Framework. Covers Router Functions, Handler Functions, Filters, & compositions
How to create a Spring WebFlux Application
Hands on guide to build a Non-Blocking Reactive REST Service using Spring WebFlux and Spring Boot from scratch.
Introduction to Spring WebFlux and Reactive API
In depth guide to Spring WebFlux, Reactive Programming, Reactive Streams and Reactive Project API along with an Introduction to Flux and Mono