| org.apache.commons.lang.builder | Assists in creating consistent equals(Object) , toString() , hashCode() , and compareTo(Object) methods. |
| org.apache.commons.lang.enums | Provides an implementation of the C style enum in the Java world. |
| org.apache.commons.lang.exception | Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions. |
| org.apache.commons.lang.math | Extends java.math for business mathematical classes. |
| org.apache.commons.lang.mutable | Provides typed mutable wrappers to primitive values and Object. |
| org.apache.commons.lang.text | Provides classes for handling and manipulating text, partly as an extension to java.text . |
| org.apache.commons.lang.time | Provides classes and methods to work with dates and durations. |
| Entities.MapIntMap | code | html |
| ArrayUtils | Operations on arrays, primitive arrays (like This class tries to handle |
code | html |
| BitField | Operations on bit-mapped fields. |
code | html |
| BooleanUtils | Operations on boolean primitives and Boolean objects. This class tries to handle |
code | html |
| CharEncoding | Character encoding names required of every implementation of the Java platform. |
code | html |
| CharRange | A contiguous range of characters, optionally negated. Instances are immutable. |
code | html |
| CharSet | A set of characters. Instances are immutable, but instances of subclasses may not be. |
code | html |
| CharSetUtils | Operations on This class handles |
code | html |
| CharUtils | Operations on char primitives and Character objects. This class tries to handle |
code | html |
| CharUtilsPerfTest | Tests the difference in performance between CharUtils and CharSet. | code | html |
| ClassUtils | Operates on classes without using reflection. This class handles invalid |
code | html |
| ClassUtilsTest.CX | code | html | |
| ClassUtilsTest.CY | code | html | |
| ClassUtilsTest.Inner | code | html | |
| DateFormatter | code | html | |
| Entities | Provides HTML and XML entity utilities. |
code | html |
| Entities.ArrayEntityMap | code | html | |
| Entities.BinaryEntityMap | code | html | |
| Entities.HashEntityMap | code | html | |
| Entities.LookupEntityMap | code | html | |
| Entities.PrimitiveEntityMap | code | html | |
| Entities.TreeEntityMap | code | html | |
| IllegalClassException | Thrown when an object is an instance of an unexpected type (a class or interface). |
code | html |
| IncompleteArgumentException | Thrown to indicate an incomplete argument to a method. |
code | html |
| IntHashMap | A hash map that uses primitive ints for the key rather than objects. Note that this class is for internal optimization purposes only, and may not be supported in future releases of Apache Commons Lang. |
code | html |
| IntHashMap.Entry | Innerclass that acts as a datastructure to create a new entry in the table. |
code | html |
| LocaleUtils | Operations to assist when working with a Locale . This class tries to handle |
code | html |
| NotImplementedException | Thrown to indicate that a block of code has not been implemented. |
code | html |
| NullArgumentException | Thrown to indicate that an argument was |
code | html |
| NumberRange | Represents a range of Number objects. This class uses |
code | html |
| NumberUtils | Provides extra functionality for Java Number classes. |
code | html |
| ObjectUtils | Operations on This class tries to handle |
code | html |
| ObjectUtils.Null | Class used as a null placeholder where For example, in a |
code | html |
| RandomStringUtils | Operations for random Currently private high surrogate characters are ignored. |
code | html |
| SerializationException | Exception thrown when the Serialization process fails. The original error is wrapped within this one. |
code | html |
| SerializationUtils | Assists with the serialization process and performs additional functionality based on serialization.
This class throws exceptions for invalid |
code | html |
| StringEscapeUtils | Escapes and unescapes |
code | html |
| StringPrintWriter | A PrintWriter that maintains a String as its backing store. Usage: StringPrintWriter out = new StringPrintWriter(); printTo(out); System.out.println( out.getString() ); |
code | html |
| StringUtils | Operations on java.lang.String that are
The
|
code | html |
| SystemUtils | Helpers for If a system property cannot be read due to security restrictions,
the corresponding field in this class will be set to |
code | html |
| UnhandledException | Thrown when it is impossible or undesirable to consume or throw a checked exception. This exception supplements the standard exception classes by providing a more semantically rich description of the problem.
|
code | html |
| Validate | Assists in validating arguments. The class is based along the lines of JUnit. |
code | html |
| WordUtils | Operations on Strings that contain words. This class tries to handle |
code | html |