public class Triple<K,L,M> extends java.lang.Object
Triple(K first, L second, M third)
K
getFirst()
L
getSecond()
M
getThird()
void
setFirst(K first)
setSecond(L second)
setThird(M third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Triple(K first, L second, M third)
public K getFirst()
public void setFirst(K first)
public L getSecond()
public void setSecond(L second)
public M getThird()
public void setThird(M third)