Class Tuple2<T1,T2>
java.lang.Object
com.itextpdf.commons.datastructures.Tuple2<T1,T2>
- Type Parameters:
T1- type of the first elementT2- type of the second element
Simple tuple container that holds two elements.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Tuple2
-
-
Method Details
-
getFirst
-
getSecond
-
equals
-
hashCode
-
toString
-