| Package | Description | 
|---|---|
| org.apache.commons.lang3.builder | Assists in creating consistent  equals(Object),toString(),hashCode(), andcompareTo(Object)methods. | 
| org.apache.commons.lang3.exception | Provides functionality for Exceptions. | 
| org.apache.commons.lang3.tuple | Tuple classes, starting with a Pair class in version 3.0. | 
| Class and Description | 
|---|
| Pair A pair consisting of two elements. | 
| Class and Description | 
|---|
| Pair A pair consisting of two elements. | 
| Class and Description | 
|---|
| ImmutablePair An immutable pair consisting of two  Objectelements. | 
| ImmutableTriple An immutable triple consisting of three  Objectelements. | 
| MutablePair A mutable pair consisting of two  Objectelements. | 
| MutableTriple A mutable triple consisting of three  Objectelements. | 
| Pair A pair consisting of two elements. | 
| Triple A triple consisting of three elements. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.