public class Quad<A,B,C,D>
extends Object
-
Constructor Summary
Constructors
Quad(A first,
B second,
C third,
D fourth)
-
Method Summary
boolean
int
static <A,
C,
B,
D> Quad<A,B,C,D>
of(A first,
B second,
C third,
D fourth)
-
Constructor Details
-
Quad
public Quad(A first,
B second,
C third,
D fourth)
-
Method Details
-
of
public static <A,
C,
B,
D> Quad<A,B,C,D> of(A first,
B second,
C third,
D fourth)
-
-
-
-
-
-
-