- Type Parameters:
T0
- the type of the 0-indexed element
T1
- the type of the 1-indexed element
- Direct Known Subclasses:
- Tuple3
public class Tuple2<T0,T1>
extends Object
This class allows to simulate tuples of 2 elements, tuple types representing
arrays with individually tracked element types.
- Author:
- Renaud Pawlak