public class Pair<T,Z> extends java.lang.Object
Pair(T o1, Z o2)
T
getFirst()
Z
getSecond()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(T o1, Z o2)
public T getFirst()
public Z getSecond()