Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Basic Apache Commons Lang usage

Header Image

  1. Working with strings
    • This article covers the basics of working with strings in Java using the Apache Commons Lang library, including an overview of string manipulation methods and common use cases, as well as a closer look at the StringUtils class.
  2. Working with numbers
    • This article covers the number manipulation methods and the NumberUtils class available in Apache Commons Lang, along with common use cases for manipulating numbers in Java programming.
  3. Working with objects
    • This article covers how to work with objects using Apache Commons Lang, including object manipulation methods, the ObjectUtils class, and common use cases for object operations.
  4. Working with collections
    • This article covers the collection manipulation methods provided by Apache Commons Lang, their common use cases, and how to use them effectively to manipulate collections in Java programming.
  5. Working with dates
    • This article covers the key date manipulation methods available in Apache Commons Lang, along with the DateUtils class and common use cases for date operations.
  6. Working with system properties
    • This article covers the usage and benefits of Apache Commons Lang for system property manipulation methods in Java programming, with examples of commonly used methods and use cases.

Table of contents