public static class StructuresHelper.Triple<T1,T2,T3> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T1 |
getFirst() |
T2 |
getSecond() |
T3 |
getThird() |
int |
hashCode() |
static <A,B,C> StructuresHelper.Triple<A,B,C> |
make(A t1,
B t2,
C t3) |
String |
toString() |
public T1 getFirst()
public T2 getSecond()
public T3 getThird()
public static <A,B,C> StructuresHelper.Triple<A,B,C> make(A t1, B t2, C t3)
Copyright © 2007-2017 The Apache Software Foundation