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