Java Collections Utility Methods

In this post we will learn about the various Java Collections Utility methods that operate on collections or return collections.

February 15, 2021

Immutable Collections in Google Guava

Google Guava provides ways to create Immutable Collections. In this post, we will learn to create immutable collections using Google Guava.

January 11, 2021

Convenience Factory Methods for Collections

Java 9 introduced the Convenience Factory Methods for Collections that make it convenient to create instances of collections or maps with few elements

April 27, 2020