Package Struct

Class Quad<A,B,C,D>

java.lang.Object
Struct.Quad<A,B,C,D>
Type Parameters:
A - the type of the first element.
B - the type of the second element.
C - the type of the third element.
D - the type of the fourth element.

public class Quad<A,B,C,D> extends Object
The Quad class stores four related objects of potentially different types. This class serves as a simple container for four elements, often referred to as a quadruple or tuple.
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa