public class ITriple<A,B,C>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
A |
getA() |
B |
getB() |
C |
getC() |
int |
hashCode() |
static <A,B,C> ITriple<A,B,C> |
tripleOf(A a,
B b,
C c) |
public static <A,B,C> ITriple<A,B,C> tripleOf(A a, B b, C c)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic A getA()
public B getB()
public C getC()