public class Tuple
extends java.lang.Object
| Constructor and Description |
|---|
Tuple(java.lang.Object p_i1555_1_,
java.lang.Object p_i1555_2_) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFirst()
Get the first Object in the Tuple
|
java.lang.Object |
getSecond()
Get the second Object in the Tuple
|