| Package | Description | 
|---|---|
| org.apache.commons.lang3.builder | Assists in creating consistent  equals(Object),toString(),hashCode(), andcompareTo(Object)methods. | 
| org.apache.commons.lang3.concurrent | Provides support classes for multi-threaded programming. | 
| org.apache.commons.lang3.reflect | Accumulates common high-level uses of the  java.lang.reflectAPIs. | 
| org.apache.commons.lang3.text |  Provides classes for handling and manipulating text, partly as an extension to  java.text. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompareToBuilderAssists in implementing  Comparable.compareTo(Object)methods. | 
| class  | DiffBuilder
 Assists in implementing  Diffable.diff(Object)methods. | 
| class  | EqualsBuilderAssists in implementing  Object.equals(Object)methods. | 
| class  | HashCodeBuilder
 Assists in implementing  Object.hashCode()methods. | 
| class  | ReflectionToStringBuilder
 Assists in implementing  Object.toString()methods using reflection. | 
| class  | ToStringBuilderAssists in implementing  Object.toString()methods. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | BasicThreadFactory.Builder
 A builder class for creating instances of  BasicThreadFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TypeUtils.WildcardTypeBuilderWildcardTypebuilder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StrBuilderBuilds a string from constituent parts providing a more flexible and powerful API
 than StringBuffer. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.