Apache Commons Lang ObjectUtils

The Apache Commons Lang ObjectUtils class from the Apache Commons Lang3 library has many static utility methods operating on Object instances.

February 26, 2024

Apache Commons ComparatorUtils

The Apache Commons ComparatorUtils provides utils for creating and using comparators from org.apache.commons.collections4.comparators package.

January 29, 2024

Apache Commons Collections SetUtils

The Apache Commons Collections SetUtils class has utility methods and decorators for Set and SortedSet instances.

December 25, 2023

Apache Commons Collections ListUtils

In this post, we will explore all the utility methods and decorators for List instances in the Apache Commons Collections ListUtils class.

November 27, 2023

Apache Commons Lang Diffable

We can use the Apache Commons Lang Diffable to compare two objects of the same class and find the differences among the values of all fields.

May 22, 2023

Apache Commons BidiMap

The Apache Commons BidiMap (a bidirectional map) is an interface using which we can perform a lookup on a map in either direction.

March 13, 2023

Apache Commons Lang Mutable

Apache Commons Lang Mutable provides mutable access to a value. In this post, we will learn about the Apache Commons Lang Mutable Class.

October 24, 2022

ThreadUtils from Apache Commons Lang

The ThreadUtils class from the Apache Commons Lang library has helper methods for working with Java threads and ThreadGroups.

September 12, 2022

Enumutils From Apache Commons Lang

The EnumUtils class from Apache Commons Lang provides several static methods (helper methods) for working with Java enums.

August 1, 2022

Apache Commons IO FileAlterationMonitor

Apache Commons IO FileAlterationMonitor is a runnable to notify the registered observers at specified time interval with file system changes

January 24, 2022