public class Triple<T1,T2,T3> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static <T1,T2,T3> Triple<T1,T2,T3> |
of(T1 first,
T2 second,
T3 third) |
String |
toString() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.