public class Pair<A,B> extends Object
private A
left
private B
right
Pair(A left, B right)
A
getLeft()
B
getRight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private A left
private B right
public Pair(A left, B right)
public A getLeft()
public B getRight()