Package org.fest.swing.util
Class Pair<I,II>
java.lang.Object
org.fest.swing.util.Pair<I,II>
- Type Parameters:
I
- the generic type of the 1st. value in this tuple.II
- the generic type of the 2nd. value in this tuple.
- Direct Known Subclasses:
Triple
Understands a tuple of size 2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
i
The first value in this tuple. -
ii
The second value in this tuple.
-
-
Constructor Details
-
Pair
Creates a newPair
.- Parameters:
i
- the 1st. value in this tuple.ii
- the 2nd. value in this tuple.
-