public class Triple<S,T,U> extends Pair<S,T>
Pair
private U
third
Triple(S first, T second, U third)
boolean
equals(java.lang.Object obj)
U
getThird()
int
hashCode()
void
setThird(U third)
getFirst, getSecond, setFirst, setSecond
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
private U third
public Triple(S first, T second, U third)
public U getThird()
public boolean equals(java.lang.Object obj)
equals
Pair<S,T>
public int hashCode()
hashCode
public void setThird(U third)