Package org.apache.commons.lang3.tuple

Tuple classes, starting with a Pair class in version 3.0.

See:
          Description

Class Summary
ImmutablePair<L,R> An immutable pair consisting of two Object elements.
MutablePair<L,R> A mutable pair consisting of two Object elements.
Pair<L,R> A pair consisting of two elements.
 

Package org.apache.commons.lang3.tuple Description

Tuple classes, starting with a Pair class in version 3.0.

Since:
3.0


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.