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