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 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
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–2014 The Apache Software Foundation. All rights reserved.