public class Triplet<X,Y,Z> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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) |
Copyright © 2011-2021. All Rights Reserved.