public class Pair<T1, T2>
Pair(T1 v1, T2 v2)
T1
first()
T2
second()
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
T1 first()
T2 second()
boolean equals(Object o)
int hashCode()
String toString()