Package org.apache.commons.lang3.tuple
Tuple classes, starting with a Pair class in version 3.0.
- Since:
- 3.0
-
Class Summary Class Description ImmutablePair<L,R> An immutable pair consisting of twoObject
elements.ImmutableTriple<L,M,R> An immutable triple consisting of threeObject
elements.MutablePair<L,R> A mutable pair consisting of twoObject
elements.MutableTriple<L,M,R> A mutable triple consisting of threeObject
elements.Pair<L,R> A pair consisting of two elements.Triple<L,M,R> A triple consisting of three elements.