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
public class Tuple2<T1,T2> extends java.lang.Object
Simple tuple container that holds two elements.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T1
getFirst()
Get the first element.T2
getSecond()
Get the second element.java.lang.String
toString()
-