public class Triple<S,T,U> extends java.lang.Object
Triple(S first, T second, U third)
boolean
equals(java.lang.Object obj)
S
first()
int
hashCode()
T
second()
U
third()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Triple(S first, T second, U third)
public S first()
public T second()
public U third()
public int hashCode()
hashCode
java.lang.Object
public boolean equals(java.lang.Object obj)
equals