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 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

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

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

Apache Commons IO FileAlterationObserver

In this post, we learn about the Apache Commons IO FileAlterationObserver - using which we can observe the state of files and directories.

January 12, 2022

Apache Commons Lang CharSet and CharSetUtils

The Apache Commons Lang CharSet represents a set of characters. This post covers the Apache Commons Lang CharSet and CharSetUtils class.

November 22, 2021

Apache Commons Lang RandomStringUtils

We will learn about the Apache Commons Lang RandomStringUtils class for generating random strings for simple use cases in this post.

November 8, 2021