iText 8.0.5 API
|
Simple tuple container that holds two elements. More...
Public Member Functions |
|
Tuple2 (T1 first, T2 second) | |
Creates a new instance of Tuple2 |
|
virtual T1 | GetFirst () |
Get the first element. More... |
|
virtual T2 | GetSecond () |
Get the second element. More... |
|
override String | ToString () |
Simple tuple container that holds two elements.
T1 | type of the first element |
T2 | type of the second element |
|
inline |
Creates a new instance of Tuple2
first | the first element |
second | the second element |
|
inlinevirtual |
Get the first element.
|
inlinevirtual |
Get the second element.
|
inline |