HashMap
-
Core Java
Check if Two Strings Are Permutations of Each Other in Java
In this article, we will explore different approaches to check if two strings are permutations of each other in Java.…
Read More » -
Core Java
Filter a Map by Keys and Values using Java Stream
Discover how to filter a Map by keys, values, or both using Java 8’s Stream API with the filter() and…
Read More » -
Core Java
ConcurrentLinkedHashMap v 1.0.1 released
Hello all, we released version 1.0.1 of our concurrent LinkedHashMap implementation. In the latest version several minor modifications have been…
Read More » -
Core Java
Java Best Practices – Queue battle and the Linked ConcurrentHashMap
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More »