public class XMPtriplet<T1,T2,T3> extends java.lang.Object
XMPtriplet(T1 first, T2 second, T3 third)
T1
getFirst()
T2
getSecond()
T3
getThird()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XMPtriplet(T1 first, T2 second, T3 third)
public T1 getFirst()
public T2 getSecond()
public T3 getThird()