public class Triple<T1,T2,T3> extends Object
T1
first
T2
second
T3
third
Triple(T1 first, T2 second, T3 third)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T1 first
public final T2 second
public final T3 third
public Triple(T1 first, T2 second, T3 third)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode