private A
first
private B
second
private C
third
Triple()
Triple(A first, B second, C third)
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)
setSecond(B second)
setThird(C third)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hashCode
Object
equals
toString