public class Triplet<X,Y,Z>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
X |
getFirst() |
Y |
getSecond() |
Z |
getThird() |
int |
hashCode() |
static <A,B,C> Triplet<A,B,C> |
make(A a,
B b,
C c) |
public X getFirst()
public Y getSecond()
public Z getThird()
public static <A,B,C> Triplet<A,B,C> make(A a, B b, C c)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object