public class Pair<T> extends Tuple<T,T>
Pair(T first, T second)
equals, getFirst, getSecond, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fromJson, toJson
public Pair(T first, T second)