News

I have blogged before on the utility of the Java Collections class and have specifically blogged on Using Collections Methods emptyList(), emptyMap(), and emptySet(). In this post, I look at the ...
Simple method delegation: Use method references for straightforward delegations that don’t require modifying or processing arguments.For example, list.forEach(System.out::println) is clearer ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There are several ways to find duplicates in a Java List, array or other collection class. The ...
With each successive version of Java, frameworks must adapt and transform in order to stay current. This article aims to describe some of the new Java 8 features in Eclipse Collections, a high ...
The interfaces java.util.List and java.util.Set extend Collection, ... skeletal implementation to produce a data structure that's fully compliant with the Collections Framework. Base class: Methods: ...