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

Apache Commons Lang Pair

In this post, we will learn about Apache Commons Lang Pair class. We use this class when we have a need to manage one or more pair of values.

September 13, 2021

Apache Commons Lang Validate

The Apache Commons Lang Validate class in the Apache Commons Lang library helps in validating arguments to a method (or a constructor)

March 16, 2021

Apache Commons Lang Range

The Apache Commons Lang library provides utility classes and methods. In the post we will learn about the Apache Commons Lang Range class.

March 1, 2021