| Package | Description |
|---|---|
| org.apache.commons.lang3.builder |
Assists in creating consistent
equals(Object), toString(), hashCode(), and compareTo(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 | Description |
|---|---|
| Pair |
A pair consisting of two elements.
|
| Class | Description |
|---|---|
| Pair |
A pair consisting of two elements.
|
| Class | Description |
|---|---|
| ImmutablePair |
An immutable pair consisting of two
Object elements. |
| ImmutableTriple |
An immutable triple consisting of three
Object elements. |
| MutablePair |
A mutable pair consisting of two
Object elements. |
| MutableTriple |
A mutable triple consisting of three
Object elements. |
| Pair |
A pair consisting of two elements.
|
| Triple |
A triple consisting of three elements.
|
Copyright © 2001–2019. All rights reserved.