E - The first object typeT - The second object typepublic class Tuple<E,T> extends Object
| Modifier and Type | Method and Description | 
|---|---|
E | 
getFirst()
Retrieves the first parameter 
 | 
T | 
getSecond()
Retrieves the second parameter 
 | 
String | 
toString()  | 
Copyright © 2017. All rights reserved.