public class Trible<P1,P2,P3> extends Object
Modifier and Type | Method and Description |
---|---|
P1 |
getFirst() |
P2 |
getSecond() |
P3 |
getThird() |
static <P1,P2,P3> Trible<P1,P2,P3> |
newInstance(P1 newFirst,
P2 newSecond,
P3 newThird) |
Copyright © 2017. All rights reserved.