- Type Parameters:
A
- type of the first field
B
- type of the second field
C
- type of the third field
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- Quartuple
public class Triple<A,B,C>
extends Tuple<A,B>
An object containing three generic fields.
- Author:
- Benjamin Sigg