public class Triple<T,S,R> extends Object
Triple()
Triple(T first, S second, R third)
T
getFirst()
S
getSecond()
R
getThird()
void
setFirst(T first)
setSecond(S second)
setThird(R third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triple()
public Triple(T first, S second, R third)
public T getFirst()
public void setFirst(T first)
public S getSecond()
public void setSecond(S second)
public R getThird()
public void setThird(R third)