A
first
B
second
private
Pair(A first, B second)
getFirst()
getSecond()
void
setFirst(A first)
setSecond(B second)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object