| Modifier and Type | Field and Description | 
|---|---|
| private A | first | 
| private B | second | 
| private C | third | 
| Constructor and Description | 
|---|
| Triple() | 
| Triple(A first,
      B second,
      C third) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <A,B,C> Triple<A,B,C> | create(A first,
      B second,
      C third) | 
| boolean | equals(Object obj) | 
| A | getFirst() | 
| B | getSecond() | 
| C | getThird() | 
| int | hashCode() | 
| void | setFirst(A first) | 
| void | setSecond(B second) | 
| void | setThird(C third) | 
| String | toString() | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.