public final class Triple<T,U,P> extends Object
Triple(T first, U second, P third)
boolean
equals(Object obj)
T
getFirst()
U
getSecond()
P
getThird()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(T first, U second, P third)
public T getFirst()
public U getSecond()
public P getThird()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString