Package net.sf.jasperreports.engine.util
Class Pair<T,U>
java.lang.Object
net.sf.jasperreports.engine.util.Pair<T,U>
- All Implemented Interfaces:
Serializable
Utility class used to pair two objects.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
Create a pair instance.- Parameters:
o1
- the first member of the pairo2
- the second member of the pair
-
-
Method Details