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
|
Copyright © 2015. All rights reserved.