Class Tuple2T2>
java.lang.Object
com.itextpdf.commons.datastructures.Tuple2T2>
- Type Parameters:
-
T1
- type of the first element -
T2
- type of the second element
Simple tuple container that holds two elements.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tuple2
Creates a new instance ofTuple2
with given elements.- Parameters:
-
first
- the first element -
second
- the second element
-
-
Method Details