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